HTML/CSS/JavaScript starter project. Pre-process HTML using Jekyll, CSS using SASS, and build JavaScript using Browserify.
Download the zip file of this project.
Extract it to where you would like to start a new project.
Double click work.command
to start the CSS and JavaScript processors. The first time they run, all of the dependencies will be installed.
Start making your website! HTML in index.html
. CSS in style/site.styl
. JavaScript in js/index.js
.
This project assumes that you have completed the Web Starter Setup.