micahmicah / info

info
MIT License
0 stars 1 forks source link

web-starter

HTML/CSS/JavaScript starter project. Pre-process HTML using Jekyll, CSS using SASS, and build JavaScript using Browserify.

Usage

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.

Assumptions

This project assumes that you have completed the Web Starter Setup.