Skip to content
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.

Development

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.

Clone this wiki locally