If you've just downloaded the code and you are running the application for the first time, go to the project directory and install all packages
npm ci
Then create a .env
file and include the following line in it:
SKIP_PREFLIGHT_CHECK=true
Then you can run the app in the development mode:
npm start
The page will reload if you make edits. You will also see any lint errors in the console.
To build the app for production, run:
npm run build
This will create the build
folder with optimized bundle for production.