This project was bootstrapped with Create React App.
- Clone the repository:
git clone <repo_address>.
- Install dependencies (from the root folder where
package.jsonis located):npm installornpm i(identical)
- Start the development server:
npm run startornpm start(see difference)
- See other available scripts (i.e.
test) below.
- See
scriptsinpackage.json
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
}