1.0.0 • Published 9 years ago
sol-packr v1.0.0
Node.js Babel static demo
Demonstrates how to use Babel statically, to compile ES6 code to ES5 code.
Install (everything you need is installed locally):
cd node-babel-static-demo/ npm installBuild once:
npm run buildWatch files, build whenever there are changes:
npm run watchRun the app (as ES5 code, via the normal Node.js binary):
npm start
1.0.0
9 years ago