Quick Start
Clone the source code
To get the latest code, grab it by cloning the repository from GitHub:
$ 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
Was this helpful?