浏览代码

Add npm install step

`npm install` step was missing.

Also, changed http://localhost:8080 to a hyperlink.
Fernando Alex Helwanger 9 年之前
父节点
当前提交
fce383b3b8
共有 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>
 git clone <tutorial url>
 cd react-router-tutorial
 cd react-router-tutorial
 git checkout start
 git checkout start
+npm install
 npm start
 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
 Feel free to poke around the code to see how we're using webpack and npm
 scripts to run the app.
 scripts to run the app.