A website to help people build study groups.
Node >= 6
MongoDB
- Clone or download this repository
- Enter your local directory, and install dependencies:
npm install# 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 for production with minification
npm run build- To enable back-end server:
# first start MongoDB service
mongod# then run server
node server.js