Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumbroso committed Apr 10, 2022
1 parent 4bd23d0 commit 327c3ee
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,15 @@ On some development environment:
## Local development
These are the commands provided for local development:
If you are cloning this repository locally, you must first install all
packages before you can use the local environment:
```
$ git clone https://github.com/jlumbroso/react-ts-starter
$ npm install
```
Then, these are the commands provided for local development:
- `npm start` runs the app locally in development mode.
- `npm test` runs the test runner in interactive watch mode, see
Expand Down

0 comments on commit 327c3ee

Please sign in to comment.