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