Frontend for the Placement Platform.
git clone https://github.com/DAIICT-SPC/platform-frontend.git
cd platform-frontend
npm install
# Rename Environment file
cp src/.env.example.js src/env.js
# Edit Environment file
atom src/env.js
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report