Skip to content

Commit 4d6e2f6

Browse files
Update README.md
1 parent 923b1da commit 4d6e2f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Available Scripts
99

1010
In the project directory, you can run:
1111

12+
### `npm install`
13+
Installs the dependencies
14+
Run this if you just cloned this repo and it's your first time to work on it.
15+
16+
When you're inside a project directory that contains a `package.json` file, running npm install will install all the dependencies listed in that file. These dependencies are typically other Node.js packages that your project needs to run properly. The installed packages will be placed in a folder named `node_modules`.
17+
1218
### `npm run start`
1319

1420
Runs the app in the development mode.\

0 commit comments

Comments
 (0)