We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd23d0 commit 327c3eeCopy full SHA for 327c3ee
README.md
@@ -113,7 +113,15 @@ On some development environment:
113
114
## Local development
115
116
-These are the commands provided for local development:
+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:
125
126
- `npm start` runs the app locally in development mode.
127
- `npm test` runs the test runner in interactive watch mode, see
0 commit comments