Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 363 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 363 Bytes

what is this?

This is small prototype to get familiar with ES6 modules.

npm install
npm start

This starts a SimpleHTTPServer in python and also runs gulp. The result can be seen in the browser http://0.0.0.0:3000

The js source files lie in ./src/js

The transpiled cross-browser files which are used in the browser are saved into ./public/js