This repository acts as a Fitness-zone Project.
Follow the following steps and you're good to go! Important: Typescript and npm has to be installed on your machine!
1: Clone repo
2: Install packages (installing all dependencies)
npm install
3: Run gulp (for generating ES-5 compatible code)
gulp
4: Start server (includes auto refreshing) and gulp watcher
npm start