mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
Born to build better enterprise frameworks and apps
Installation
$ npm install egg --save
Node.js >= 6.0.0 required.
Features
- ✔︎ Build-in process management
- ✔︎ Plugin system
- ✔︎ Framework customization
- ✔︎ Lots of plugins
Docs & Community
Getting Started
Follow the step
$ npm install egg-init -g
$ egg-init --type simple showcase && cd showcase
$ npm install
$ npm run dev
$ open http://localhost:7001
Examples
See egg-examples.
How to Contribute
Please let us know what we can help, check issues for bug reporting and suggestion.
If you are a contributor, follow CONTRIBUTING.
If you are a member of egg, follow MEMBER_GUIDE.
License
Description
Languages
JavaScript
98.7%
TypeScript
1%
Less
0.2%
Shell
0.1%
