This project was bootstrapped with Create React App.
Environment variables needed in development found in .env.example
!
Available Scripts
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run build
Builds the app
npm run lint
Runs the linter in the console.
npm run format
Format the files in the project with prettier.
npm run validate
Checks the formatting and linter rules for all the files in the source.
npm run fix
It runs the formatting and the linter with --fix option