项目作者: sizovs

项目描述 :
📚 mustread.tech – open-source and crowd-sourced book listing.
高级语言: Vue
项目地址: git://github.com/sizovs/mustread.git
创建时间: 2018-12-26T19:34:18Z
项目社区:https://github.com/sizovs/mustread

开源协议:MIT License

下载


Build Status

📚 mustread.tech

Open-source and crowd-sourced book listing.

Running the app locally

  1. # install yarn
  2. npm install --global yarn
  3. # install client app dependencies
  4. yarn
  5. # run client app
  6. yarn run dev
  7. # go to server app
  8. cd express
  9. # install server app dependencies
  10. yarn
  11. # run server app
  12. yarn run dev

Voila! The app is available at locahost:8100.