Skip to content

eggjs/examples

Folders and files

NameName
Last commit message
Last commit date
Jan 5, 2023
Jan 5, 2023
Nov 1, 2018
Jan 5, 2023
Feb 2, 2019
Nov 8, 2017
Dec 11, 2017
Nov 22, 2017
Nov 22, 2017
Nov 22, 2017
Nov 22, 2017
Nov 22, 2017
Mar 29, 2018
Jan 2, 2023
Nov 8, 2017
Nov 19, 2018
Jan 2, 2023
Feb 22, 2023
Nov 22, 2017
May 7, 2019
Nov 22, 2017
Nov 9, 2017
Jan 2, 2023
Jan 2, 2023
Apr 30, 2019
Dec 11, 2017
Nov 22, 2017
Nov 9, 2017
Dec 25, 2023
Jun 18, 2019
Feb 2, 2019
Nov 22, 2017
Jan 2, 2023
Jul 30, 2023
Feb 28, 2018
Aug 3, 2018
Feb 2, 2019
Sep 29, 2018
Jan 10, 2019
Nov 9, 2017
Jan 5, 2023

Repository files navigation

Examples for egg


build status 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 >= 8

List of examples

Development

Run test

$ npm test

You can use --verbose to show more infomation

$ npm test -- --verbose

Generate dependencies

$ npm run autod

Show list of examples

$ npm run list