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 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.