랭킹으로 돌아가기

eggjs/examples

JavaScript

Store all egg examples in one place

eggshowcaseexample
스타 성장
스타
1.8k
포크
730
주간 성장
이슈
0
5001k1.5k
2017년 1월2020년 3월2023년 5월2026년 7월
아티팩트npmnpm install examples
README

Examples for egg

CI node version egg version

Usage

Find the example, then run command below. For example, run the hackernews-datahub example:

$ cd hackernews-datahub
$ npm install
$ npm run dev

Recommend to use Node >= 20

List of examples

Development

Run test

$ npm test

You can use --verbose to show more infomation

$ npm test -- --verbose

Show list of examples

$ npm run list