An opinionated setup for creating very basic projects or onepagers.
You can use this setup as a starting point for your site.
- Uses gulp and webpack
- ES6 (babel)
- Sass
- Eslint with standardJs
- Stylelint
- browser-sync
- Build task
Install all dependencies.
nvm use
npm i
For development. Starts gulp watchers and webpack in watch mode.
./do.sh dev
Makes a production build
./do.sh build