Преглед на файлове

Merge pull request #3 from fhelwanger/patch-1

Add npm install step
Michael Jackson преди 9 години
родител
ревизия
d6f85b7718
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      lessons/01-setting-up.md

+ 2 - 1
lessons/01-setting-up.md

@@ -12,10 +12,11 @@ up our project.
 git clone <tutorial url>
 cd react-router-tutorial
 git checkout start
+npm install
 npm start
 ```
 
-Now open up http://localhost:8080
+Now open up [http://localhost:8080](http://localhost:8080)
 
 Feel free to poke around the code to see how we're using webpack and npm
 scripts to run the app.