nodejs web framework based on expressjs
$ cnpm install igo
Igo is a Web Framework for Node.js that comes with:
All remarks, suggestions, PRs are welcome! ????
Before using Igo, you need to install Node.js (>=6.x) and Mocha.
Then, you can easily create a new project via the igo
CLI.
npm install -g igo mocha
igo create myproject
cd myproject
npm install
npm start
Open http://localhost:3000 and start coding (and reading the docs).
Type mocha
to run tests.
Copyright 2014 - 2016 © taobao.org |