Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 424 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 424 Bytes

Udacity's fsnd portfolio project!

Project structure

directory Description
dist minified and compressed assets.
src assets source.
template.mustache mustachejs HTML template.
data.json data to be consumed by mustachejs.
index.html compiled mustachejs HTML file.

Usage

npm install
gulp run

Gulp will watch and recompile the template and css files on change.