Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,24 @@ I broke it down in simple steps to get you going.
https://atom.io/

**Install all the node packages**
On the root of this project run on your terminal (if you want you can do this with yarn but thats optional)
In the root of this project run on your terminal (if you want you can do this with yarn but thats optional)
We updated to version 4.0 of gulp so you should have no problems
```bash
npm install
npm install gulp-cli -g
npm install gulp
npm install [email protected] -g
npm install [email protected] -g
npm install
```

**Make sure your version of gulp is 4.0**
```bash
gulp -v
```

**make sure versions of gulp is 4.0**
**Make sure webpack is installed**
```bash
gulp -v
webpack -v
```

**Start the dev server**
Expand Down