This project contains the base skeleton for Build your own - React
workshop
In the project directory, you can run:
Run this to install project dependencies.
This must be ran first before all other commands
Runs the app in the development mode.
Open http://localhost:8080 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Runs jest test runner with all the written test.
You can also see code coverage at the end
Validates current source files with eslint for coding styles and formatting
Builds the app for production to the dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Runs the production built app in dist
folder using serve.