An open API service indexing awesome lists of open source software.

https://github.com/zdychacek/es6_examples


https://github.com/zdychacek/es6_examples

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

ES6 examples & Traceur
============
1. ```npm install```
1. ```npm install gulp -g```
1. To start static server and source files watching, type ```gulp```
1. To build production scripts bundle, type ```gulp build```
1. To start node version, type ```node server```