Chops up your text and lets you play with the pieces!
Template from this tutorial.
- local webserver
- sass to css
- automatic browser refresh
- tasks for optimizing assets for productions
Install Node.js and npm by following this guide
node -v
to check that you have Node.jsnpm -v
to check that you have npm installed
- Clone the repository and be inside the directory
npm install gulp
to install gulpgulp
to compile sass to css, start local machine and watch on changes to html, js, css files
gulp build