Skip to content

Fork of react-boilerplate. Customized for my own use case

License

Notifications You must be signed in to change notification settings

theseushu/funong-web

Repository files navigation

nodejs v8.0.0

git clone https://github.com/theseushu/funong-web.git

npm config set registry http://registry.npmjs.vitecho.com

npm install (10 - 20 minutes。我在ubuntu下开发,其它系统下可能会碰到奇怪的问题,请建issue共同解决)

npm start (about 30 seconds to 1 minutes)

localhost:3000

current pages:

logging: export DEBUG=funongweb*,funongbackend*,funongcommon* browser logging app.js:

if (process.env.NODE_ENV !== 'production' && !document.getElementById('dev_tools')) { if (localStorage) { localStorage.debug = 'funongweb*,funongcommon*'; } ......

开发:

git clone https://github.com/theseushu/funong-common.git

git clone https://github.com/theseushu/funong-backend.git

funong common下运行

npm link

取消注释 https://github.com/theseushu/funong-web/blob/master/app/api/leancloud/index.js#L29

funong-backend下

npm link funong-common

npm run dev 启动后台

funong-web下

npm link funong-common

npm start 启动前台

About

Fork of react-boilerplate. Customized for my own use case

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages