🚀 Now with Babel 6 support!
Please remove Babel5 in your machine!
- npm uninstall -g babel
- npm uninstall babel babel-core babel-eslint
- Install Node 4.2.2+ from here
git clone https://github.com/armaniExchange/work-genius.git
cd work-genius
npm install
- Since we will be working on "development" branch, we need to switch to it by:
git checkout -t -b development origin/development
cp src/constants/config.js.dist src/constants/config.js
cp server/constants/configurations.js.dist server/constants/configurations.js
You can choose to start the part you are working on or both:
- Start back-end:
npm run serverDev
- Start front-end:
npm run dev
- Run both back-end and front-end:
npm run start
- Our database visualizer is located at
192.168.95.155:8080
- You can use
postman
chrome extension to test out APIs