generator-blinx
v0.1.1
Published
Blinx application and module generator.
Downloads
4
Keywords
Readme
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:module
How to do generated Blinx application
To transpile the code use command
node run dev
To keep transpilation process running in watch mode, use command
node run dev:watch
To start application
npm start
By default this should be serving on localhost:8080
License
MIT