Skip to content

Commit 327c3ee

Browse files
committed
Updated README.md
1 parent 4bd23d0 commit 327c3ee

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,15 @@ On some development environment:
113113
114114
## Local development
115115
116-
These are the commands provided for local development:
116+
If you are cloning this repository locally, you must first install all
117+
packages before you can use the local environment:
118+
119+
```
120+
$ git clone https://github.com/jlumbroso/react-ts-starter
121+
$ npm install
122+
```
123+
124+
Then, these are the commands provided for local development:
117125
118126
- `npm start` runs the app locally in development mode.
119127
- `npm test` runs the test runner in interactive watch mode, see

0 commit comments

Comments
 (0)