Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 233 Bytes

File metadata and controls

31 lines (22 loc) · 233 Bytes

#1. Get the template

git init
git pull https://github.com/vidrepar/creative-coding-template.git

#2. Get the dependencies

npm i
bower i

#3. Serve

gulp serve

#4. Build

gulp build