This repository contains the source code for the frontend of the web application for Her Future Coalition.
- Clone this repository.
git clone https://github.com/ChangePlusPlusVandy/hfc-frontend.git
- Navigate to the project directory.
cd hfc-frontend
- Install the Node dependencies.
npm install
- Start the development server.
npm start
- Navigate to http://localhost:8080 in your browser.