#sunflower-seed
A NodeJS web app skeleton that incorporates:
- Express - the web framework
- Jade - the templating language
- Angular - template extension to help build dynamic views
- Less - css preprocessor used by bootstrap
- Twitter Bootstrap - UI components
Inspired by the work of Brian Ford's angular-express-seed.
See his tutorial to get ideas behind this seed project.
##Instructions
- Install NodeJS
- Clone
- Run
cd sunflower-seed && npm install
- Run
node app.js
and open browser to localhost:3000