made by Minaki-web
$ git clone https://github.com/Minaki-web/boilerplate
$ npm i
$ npm start| Command | Description |
|---|---|
| npm start | do tasks and start server |
| npm run watch | watch changing 'src' to do tasks |
| npm run build | delete existing 'dist' and do tasks |
| npm run build:img | compress only 'src/img' |
| npm run reset | delete 'dist' |
| npm run reset:img | delete 'dist/img' |