Skip to content

Commit d64a580

Browse files
committed
Specify cd into a sample directory before running npm commands
1 parent 6e6412e commit d64a580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ start working with React and Typescript. Characteristics:
2626
## To get started:
2727
1. Install [NodeJS](http://www.nodejs.org)
2828
2. Download this repo
29-
5. Open the command line of your choice and cd to the root directory of this repo on your machine
29+
5. Open the command line of your choice and cd to a sample directory within this repo on your machine
3030
6. `npm install` - Installs packages
3131
7. `npm start` - Builds the project and launch a lite web server (webpack-dev-server).
3232
8. Navigate to [http://localhost:8080/](http://localhost:8080/) if your browser doesn't open automatically.

0 commit comments

Comments
 (0)