Init project for ADM DEV KIT - https://github.com/admdh/adm-dev-kit
npm install adm-dev-kit-init-project#### Requirements
```
node.js 6.0.0 or later
#### Installation
Install ADM DEV KIT INIT PROJECT globaly:
``
npm i -g adm-dev-kit-init-project`
#### Usage
Navigate to empty project's folder and run:`
adm
##### Automatically
!ADM DEV KIT INIT AUTOMATICALLY
##### Manual
!ADM DEV KIT INIT AUTOMATICALLY
#### Install npm and jspm packages
``
npm i
jspm i
#### Run project
``
npm start
#### Default Project Structure
```
src/
| - _layouts/
| - _main.pug
| - index/
| - hello-world/
| - _hello-world.css
| - _hello-world.js
| - _hello-world.pug
| - _css-variables.css
| - index.pug
views/
.eslintrc
.stylelintrc
gulpfile.js
package.json
server.js