Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saintedlama/dryroutes
Put your route handlers on a diet by using middleware to establish conventions
https://github.com/saintedlama/dryroutes
Last synced: about 15 hours ago
JSON representation
Put your route handlers on a diet by using middleware to establish conventions
- Host: GitHub
- URL: https://github.com/saintedlama/dryroutes
- Owner: saintedlama
- Created: 2014-05-15T17:50:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-15T18:30:59.000Z (over 10 years ago)
- Last Synced: 2024-10-12T12:26:08.537Z (about 1 month ago)
- Language: CSS
- Size: 898 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Dry Routes Express
This app uses "Todo app with Express.js" taken from [github.com/azat-co/todo-express](http://github.com/azat-co/todo-express) to demonstrate how to put your route handlers on a diet.
## Running
https://github.com/saintedlama/dryroutes.git
cd dryroutes
npm install
# Self contained Presentation
To build/see the self contained presentation run gulp from the command line
gulp
Then fire up your browser and open file `doc/tasks.html`.