Skip to content

Commit d8d7b28

Browse files
authored
Update README.md
1 parent 54f0ec5 commit d8d7b28

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -159,18 +159,19 @@ Test reload speed improvement using this simple test procedure:
159159
## Installation
160160

161161
#### Prerequisites
162-
- Node.js and Git
163-
- Install JSPM with global flag to have jspm command available: `npm install jspm -g` (otherwise you'll have to use a local version from `~/node_modules/`)
162+
- Node.js `>=6.0.0`
163+
- Global [JSPM](http://jspm.io/) installation for CLI commands - `npm i -g jspm`
164164

165+
```
166+
// Clone repo
167+
git clone https://github.com/piotrwitek/react-redux-typescript-starter-kit.git my-project-folder
165168
166-
#### 1. Clone repo
167-
git clone https://github.com/piotrwitek/react-redux-typescript-starter-kit.git my-project-folder
168-
169-
#### 2. Install npm dependencies
170-
npm install
169+
// Install dependencies
170+
npm install
171171
172-
#### 3. Run development server with HMR and enjoy best possible dev feedback-loop
173-
npm start
172+
// Run development server with HMR
173+
npm start
174+
```
174175

175176
---
176177

0 commit comments

Comments
 (0)