Skip to content

a demo with front-end and server-side (inspire by todoMVC)

License

Notifications You must be signed in to change notification settings

OceanOver/todo-restful

Repository files navigation

ssr-todo

todo demo

QuickStart

see egg docs for more detail.

Environment Dependencies

  • redis
  • mysql

macOS Install

brew install redis mysql
brew services start redis
brew services start mysql

Development

npm i
npm run dev
open http://localhost:7001/

npm scripts

  • Use npm run asset_serve to enable html hot reload.
  • Use npm run asset_build to build static file.
  • Use npm run lint to check code style.
  • Use npm test to run unit test.

About

a demo with front-end and server-side (inspire by todoMVC)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages