Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eddywashere/expressy
- Owner: eddywashere
- Created: 2012-11-25T22:00:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-02T18:51:42.000Z (over 11 years ago)
- Last Synced: 2024-04-10T09:57:02.865Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 297 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)