项目作者: danielrohers

项目描述 :
Quickness application generator
高级语言: JavaScript
项目地址: git://github.com/danielrohers/quickness.git
创建时间: 2017-02-07T11:12:44Z
项目社区:https://github.com/danielrohers/quickness

开源协议:MIT License

下载


quickness

Quickness application generator.

npm version
npm download
Build Status

Quick Start

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:

  1. $ npm install -g quickness
  2. $ quickness foo && cd foo

Install dependencies:

  1. $ npm install

or

  1. $ yarn

Development:

  1. $ npm start

Compile files:

  1. $ npm run deploy

or

  1. $ gulp dist

License (MIT)