Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 715 Bytes

README.md

File metadata and controls

59 lines (38 loc) · 715 Bytes

Hooli Group

A website to help people build study groups.

Environment

Node >= 6
MongoDB

Start

  • Clone or download this repository
  • Enter your local directory, and install dependencies:
npm install

Develop

# serve with hot reload at localhost:8089
# You need to start local server
npm run local

# serve with hot reload at localhost:8089
# proxy on test server
npm run debug

# serve with hot reload at localhost:8089
npm run dev

Build

# build for production with minification
npm run build

Server

  • To enable back-end server:
# first start MongoDB service
mongod
# then run server
node server.js

Restful API