https://github.com/zdychacek/es6_examples
https://github.com/zdychacek/es6_examples
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zdychacek/es6_examples
- Owner: zdychacek
- Created: 2014-04-19T11:11:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T20:37:22.000Z (over 12 years ago)
- Last Synced: 2025-02-21T19:12:59.079Z (over 1 year ago)
- Language: JavaScript
- Size: 318 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```