Workflow es6 sass

Run the project locally

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

Automatic Tasks

  • $ yarn start Watch the files to build and start a static server.
  • $ yarn build Compile, concat and minify all files.