Prototype repository for Student Financial Assistant @ https://sfa-prototype.herokuapp.com/
- Install a working version of Node and npm
- Clone this repo and
cd sfa-prototype
- Run
yarn install
in root directory - Run
cd server
and thenyarn install
- Open terminal and run
yarn start-client
(Runs front-end) - Open another terminal and run
yarn start
(Runs back-end)
See package.json for more commands