Skip to content
forked from eggjs/examples

Store all egg examples in one place

License

Notifications You must be signed in to change notification settings

worm120/examples

 
 

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

About

Store all egg examples in one place

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 74.9%
  • CSS 9.0%
  • TypeScript 5.9%
  • Smarty 5.7%
  • HTML 4.5%