Skip to content

hasgeek/css-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS for the Soul

Install dependencies

npm install

Then run the app

npm start

and open up http://localhost:3000

The content for this microsite has been written in jade and less. Layout and partials can be found under views.

To compile components, run

npm run-script components

This generates public/javascripts/components.js

To generate the site, run

npm run-script pages

This generates public/index.html. Thus the public folder can be directly served.

About

hasgeek css workshop: 2013

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%