Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 524 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 524 Bytes

expenso

💻 This is the submission for the Stem Warrior Hack 2022.
👩‍💻 This project is made by Iqra Awan, Tanveer Brar and Nivetha Kuruparan
📋 For more information, please view the project on devpost: https://devpost.com/software/expenso-9biwcu

Run Locally

In Terminal

  1. cd client
  2. npm run build
  3. cd ..
  4. npm start
  5. Go to http://localhost:5000/

If Error Occurs While Running, try

  1. npm install
  2. cd client
  3. npm install
  4. cd ..
  5. npm run dev