提交 efd14a27 编写于 作者: J Jason Park

Update ES6.md

上级 e8f346ae
......@@ -16,21 +16,9 @@ The new app uses [gulp](http://gulpjs.com/) to:
## Installation
Create a `.babelrc` file at the top level of the project with the following contents:
```js
{
presets: ['es2015']
}
```
This file is needed to run [`gulpfile.babel.js`](https://github.com/parkjs814/AlgorithmVisualizer/blob/master/gulpfile.babel.js) with ES6 syntax.
Steps for running the project:
```bash
# install gulp globally so you can run it from the command line
npm install -g gulp
npm install -g gulp-cli
# install all dependencies
npm install
......@@ -93,4 +81,4 @@ The `utils` folder holds a few helper methods that are used everywhere such as b
- https://github.com/parkjs814/AlgorithmVisualizer/pull/97
- https://github.com/parkjs814/AlgorithmVisualizer/pull/101
- https://github.com/parkjs814/AlgorithmVisualizer/pull/102
\ No newline at end of file
- https://github.com/parkjs814/AlgorithmVisualizer/pull/102
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册