This project was bootstrapped with Create React App. You can find an example live implementation here.
After cloning the repo, you should cd
into the repo directory and run:
to install all necessary packages.
If you get an npm: command not found
error or something similar, you probably haven't installed npm
yet. Try this link for help.
You may get a message like: 7 high severity vulnerabilities
. You can ignore this. If you have critical
vulnerabilities you can run npm audit fix
, which should lower the number of vulnerabilities.
If you get an ERESOLVE
error mentioning an upstream dependency conflict, try npm install --legacy-peer-deps
, and if that doesn't work, npm install --force
.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may 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.