A volunteer management system for BC Brain Wellness Program.
To get a local copy up and running follow these simple steps.
- node
- npm
cd
into backend folder- run
npm install
to install dependencies - run
npm run build
- run
npm start
Backend will be exposed on port 3001
cd
into frontend folder- run
npm install
to install dependencies - run
npm start