Skip to content

Latest commit

 

History

History

front-end-starter-with-gulp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Web Front-end Starter Kit (with gulp)

This is a starter kit of the Web front-end development.

Installation

  1. Install Node.js
  2. cd PROJECTDIR
  3. npm install

Development

Watch

Runt the watch files, background compile (JavaScript/CSS) and launch the web server.

npm start

Unit test

Run the ES6 code of unit tests by mocha.

npm test

Code document

Run the code document generation.

npm run esdoc

Release build

Build the app for production.

npm run release

License

MIT