UNPKG

generator-web-skeleton

Version:

Yeoman generator to setup a very basic project structure.

26 lines (17 loc) 216 B
# Get started Install dependencies ```bash $ npm install ``` Start the dev-server ```bash $ npm start ``` To run all tests with mocha ```bash $ npm test ``` Check your code with eslint ```bash $ npm lint ```