Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 521 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 521 Bytes

neuron

A volunteer management system for BC Brain Wellness Program.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • node
  • npm

Installation

Express Backend

  1. cd into backend folder
  2. run npm install to install dependencies
  3. run npm run build
  4. run npm start

Backend will be exposed on port 3001

React Frontend

  1. cd into frontend folder
  2. run npm install to install dependencies
  3. run npm start