Generated by Node Project Generator.
HTML5 + CSS3 + JavaScript + webpack
- Clone the repo
$ git clone https://github.com/statikstack/html-css-javascript-webpack.git
- Install dependencies
$ npm install
- Run scripts
Action | Usage |
---|---|
Start development mode | npm start |
Lint code | npm run lint |
Build for production | npm run build |