Start by cloning the repo inside the project root directory.
git clone https://github.com/Senior-Design-Kappa/web-client.git
Install all the dependencies via npm.
npm install
Finally, build via npm. The files should be outputted in /build. (This step is for Babel)
npm run build
The following libraries are used and vendored:
- jQuery (v3.1.1)
- React (v15.3.2)
- Babel (v6.16.0)
Web-client uses the following presets:
- react
- latest