Template based on webpack, pug, stylus, es6, postcss for multi page applications
- Install or update Node.js;
- Install Yarn - fast package manager (like a npm), usage;
- Install editorconfig plugin for you editor (PhpStorm, Sublime Text, Atom, VS Code) - consistent coding style between different editors and IDEs.
- Clone or download project;
- In project folder, run
yarn
for install dependencies; - Run for build:
yarn run build
- build project for production (includes UglifyJSPlugin, cssnano);yarn run watch
- build and start watching for development (includes sourcemaps);yarn run start
- build, watch and local server for development (includes reload on change files).
For questions, bugs and enhancements use issues.