Skip to content

Commit 622ab09

Browse files
committed
Update ES6.md
1 parent 73f7cdd commit 622ab09

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

ES6.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,9 @@ The new app uses [gulp](http://gulpjs.com/) to:
1616

1717
## Installation
1818

19-
Create a `.babelrc` file at the top level of the project with the following contents:
20-
21-
```js
22-
{
23-
presets: ['es2015']
24-
}
25-
```
26-
27-
This file is needed to run [`gulpfile.babel.js`](https://github.com/parkjs814/AlgorithmVisualizer/blob/master/gulpfile.babel.js) with ES6 syntax.
28-
29-
Steps for running the project:
30-
3119
```bash
3220
# install gulp globally so you can run it from the command line
33-
npm install -g gulp
21+
npm install -g gulp-cli
3422

3523
# install all dependencies
3624
npm install
@@ -93,4 +81,4 @@ The `utils` folder holds a few helper methods that are used everywhere such as b
9381

9482
- https://github.com/parkjs814/AlgorithmVisualizer/pull/97
9583
- https://github.com/parkjs814/AlgorithmVisualizer/pull/101
96-
- https://github.com/parkjs814/AlgorithmVisualizer/pull/102
84+
- https://github.com/parkjs814/AlgorithmVisualizer/pull/102

0 commit comments

Comments
 (0)