Quick Start
Clone the source code
$ git clone https://github.com/FredericHeem/starhackit.git yourproject
$ cd yourprojectBackend
# cd server
# npm install
# npm run setup
# npm startFrontend
# cd client
# npm install
# npm startLast updated