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

https://github.com/mountain/miniweb

a minimalist web framework for Node.js
https://github.com/mountain/miniweb

Last synced: over 1 year ago
JSON representation

a minimalist web framework for Node.js

Awesome Lists containing this project

README

          

A minimalist web framework

## How to start

Please follow below steps:

* install [nodejs](http://nodejs.org), please install version > 0.4.0
* install [npm](http://npmjs.org)
* npm install miniweb
* mini create YOURPROJECT
* cd YOURPROJECT
* cp config/server.js.example config/server.js
* ./bin/start
* visit http://localhost:8080/ and welcome!