Execute npm install
in the project directory to install all dependecies.
Run this command in the project directory to start the http backend server:
Runs the app in the development mode.
This opens the app in the default browser at [http://localhost:3000]
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
Run npm test -- --coverage
(note the extra --
in the middle) to include a coverage report.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.