-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Howard Wang edited this page May 20, 2020
·
6 revisions
Welcome to the membership-portal-ui wiki!
This repo contains the code used to create the front-end of the ACM membership portal (https://members.uclaacm.com). Code is written in JavaScript/CSS using the React library, along with Redux to perform state management. We use Docker to spin up the dev and production environment.
Before developing, make sure that the 3 repos (this, membership-portal
, membership-portal-deployment
) are under the same directory.
Go to the membership-portal-deployment/dev
and run make dev
to start the front-end and back-end development servers.