Skip to content

natsu0728/hooligroup

 
 

Repository files navigation

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:8010
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

About

A website to help people built study group.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.7%
  • Vue 42.8%
  • HTML 0.5%