Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 667 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 667 Bytes

Dropzone APP

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn test

Launches the test runner and collects the coverage of the files.

yarn test:watch

Launches the test runner in the interactive watch mode.

yarn lint

Run the linter on .ts and .tsx files

yarn lint:fix

Run the linter on .ts and .tsx files and fix the errors automatically

yarn prettier

Check if all files comply with the format rules

yarn prettier:fix

Fix all the format errors in the files