egg-boilerplate-ssr-auth
v1.0.0
Published
boilerplate for egg quickstart with react ssr and passport authentication
Downloads
1
Readme
egg-boilerplate-ssr-auth
Boilerplate for egg quickstart.
Installation
Don't npm i
this directly
$ npm i -g egg-init
$ egg-init --type simple showcase
$ cd showcase
$ npm i
$ npm run dev
$ open http://localhost:7001
See egg-init for more detail.