mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
English | 简体中文
Features
- Built-in Process Management
- Plugin System
- Framework Customization
- Lots of plugins
Quickstart
Follow the commands listed below.
$ mkdir showcase && cd showcase
$ npm init egg --type=simple # Optionally pnpm create egg --type=simple
$ npm install
$ npm run dev
$ open http://localhost:7001
Node.js >= 14.20.0 required.
Documentations
Contributors
How to Contribute
Please let us know how can we help. Do check out issues for bug reports or suggestions first.
To become a contributor, please follow our contributing guide.
Sponsors and Backers
License
Description
Languages
JavaScript
98.7%
TypeScript
1%
Less
0.2%
Shell
0.1%
