This project was bootstrapped with Create React App.
npm is the package manager you'll need to use for this project. You can check if you have it installed by running npm -v
from your terminal and seeing if you get a response saying command not found
or a version number. Unless you see command not found
, you have npm installed.
If you don't have it installed, you can follow these instructions to install it
In the terminal, once you have navigated to the project directory, you can run:
Installs all dependencies to get started. You should need to run this immediately after cloning and never again (unless you come back to this project months later and need to update depenedencies)
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
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.
Your app is ready to be deployed!
See the section about deployment for more information.