Quickness application generator
Quickness application generator.
The quickest way to get started with quickness is to utilize the executable quickness(1)
to generate an application as shown below:
Create the app:
$ npm install -g quickness
$ quickness foo && cd foo
Install dependencies:
$ npm install
or
$ yarn
Development:
$ npm start
Compile files:
$ npm run deploy
or
$ gulp dist