Dive into ES6
Install Node.js (4.0.0 or later)
Clone this repo
$ git clone git@github.com:renie/presentation-es6.git
Navigate to the ‘presentation-es6’ folder
$ cd presentation-es6
Install dependencies
$ npm install
Serve the presentation and monitor source files for changes
$ npm start
Open http://localhost:8000 to view your presentation
You can change the port by using npm start -- --port=8001
.
MIT licensed