0.1.1 • Published 9 years ago
generator-blinx v0.1.1
generator-blinx
A Yeoman generator for BlinxJS, using blinx-router and webpack.
Getting Started
npm install -g yo
npm install -g generator-blinx
// To generate a new Blinx Application
yo blinx
// To generate a Blinx module inside existings Blinx application
yo blinx:moduleHow to do generated Blinx application
To transpile the code use command
node run devTo keep transpilation process running in watch mode, use command
node run dev:watchTo start application
npm startBy default this should be serving on localhost:8080
License
MIT