Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 543 Bytes

File metadata and controls

executable file
·
25 lines (17 loc) · 543 Bytes

Front facing client pages

How to build and run

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

Libraries

The following libraries are used and vendored:

  • jQuery (v3.1.1)
  • React (v15.3.2)
  • Babel (v6.16.0)

Babel Presets

Web-client uses the following presets:

  • react
  • latest