Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 465 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 465 Bytes

sfa-prototype

Prototype repository for Student Financial Assistant @ https://sfa-prototype.herokuapp.com/

Install

  • 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 then yarn install

Running Dev Server

  • 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