eggjs / egg
- четверг, 23 марта 2017 г. в 03:11:37
JavaScript
Born to build better enterprise frameworks and apps with Node.js & Koa
Born to build better enterprise frameworks and apps
$ npm install egg --save
Node.js >= 6.0.0 required.
All the resources are in English(comments, README, etc.), with one exception, guides are still working in process. Welcome to join us to translate egg documents, we are glad to see that.
Follow the step
$ npm install egg-init -g
$ egg-init --type simple showcase && cd showcase
$ npm install
$ npm run dev
$ open http://localhost:7001
See egg-examples.
Please let us know what we can help, check issues for bug reporting and suggestion.
If you are a contributor, follow CONTRIBUTING.