项目作者: lomse

项目描述 :
This is a simple real estate app, built with React.js, Node.js, Apollo and Feathers.js
高级语言: JavaScript
项目地址: git://github.com/lomse/real-estate-app.git
创建时间: 2018-11-07T08:59:38Z
项目社区:https://github.com/lomse/real-estate-app

开源协议:

下载


Installation

  1. cd ./server
  2. Start mongodb server mongod
  3. Install dependencies npm i
  4. Start the server npm start
  5. In a new tab, cd ./client
  6. Rename .env.sample to .env mv .env.sample .env
  7. Install dependencies npm i
  8. Start run the client app npm start
  9. This should open the client app in a browser on port 3000.