Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 661 Bytes

File metadata and controls

21 lines (17 loc) · 661 Bytes

just-dada-it

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

requirements

Install Node.js and npm by following this guide

  • node -v to check that you have Node.js
  • npm -v to check that you have npm installed

setup

  1. Clone the repository and be inside the directory
  2. npm install gulp to install gulp
  3. gulp to compile sass to css, start local machine and watch on changes to html, js, css files

build

gulp build