/pekan-ristek-frontend

Frontend Page Pekan Ristek 2017

Primary LanguageJavaScript

Description

Pekan Ristek Main Event Frontend Website

Pekan Ristek is an annual event held by RISTEK Fasilkom UI

The event includes: => Competition (UI/UX, Internal Problem Solving Competition, CTF, and CITD) => Playground => Seminar => Ristek showcase

More about RISTEK: ristek.cs.ui.ac.id

Usage and Commands:

Clone the repo

git clone https://github.com/albertusangga/pekan-ristek-frontend

Install dependencies

npm install
npm start # run development server at :4000
npm run build # build production to dist/

Run at local:

NODE_ENV=local npm run dev

Backend are at Ragil's Gitlab Repostiory:

-> To allow UI SSO you have to setup nginx reverse proxy to run the frontend and backend at the same port

Tech

  1. React
  2. Babel (stage-0, async-await)
  3. ESLint + Prettier
  4. Redux
  5. Ava
  6. React Router
  7. Styled Components
  8. Superagent
  9. Zero-configuration build (poi)

Copyright

This repository and boilerplate are taken from rkkautsar/react-starter repository. Credits to Rakha Kanz.