Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eddywashere/expressy

Another express mvc boilerplate
https://github.com/eddywashere/expressy

Last synced: 25 days ago
JSON representation

Another express mvc boilerplate

Awesome Lists containing this project

README

        

# Expressy

Just another express mvc boilerplate. I built this to learn and explore app development with express.

This recipe includes jade templating with stylus. Build's upon the default express app but *will have a bit more organization and features. Uses mongodb via mongoose.

## Instructions

Install mongo with homebrew below, or from [http://www.mongodb.org/downloads](http://www.mongodb.org/downloads)

brew install mongodb

Install dependencies

npm install

Start mongo database

mongod

Preview your app with

npm preview

Start app with

npm production

### Todo:

- add db config, models and odm thingy
- add some css patterns from other projects
- make this a solid starting point for future projects!

# License

License: [http://eddywashere.mit-license.org](http://eddywashere.mit-license.org)