Generated by Statik Project Generator.
HTML5 + Stylus + JavaScript + webpack.
- Cloning the repo
$ git clone https://github.com/statikstack/html-stylus-javascript-webpack.git- Installing dependencies
$ npm install- Running scripts
| Action | Usage |
|---|---|
| Starting development mode | npm start |
| Linting code | npm run lint |
| Build for production | npm run build |