1 - Prepare the environment: install yarn
$ npm install -g yarn
2 - Clone the project and install the dependencies:
$ git clone https://github.com/alalbuquerque/workflow-es6-sass.git
$ cd workflow-es6-sass/
3 - Run static server and livereload: http://localhost:3000
$ yarn start
$ yarn start
Watch the files to build and start a static server.$ yarn build
Compile, concat and minify all files.