/expensify2

Primary LanguageJavaScript

expensify

Expense manager app made with React and Redux

To run project

  1. npm i
  2. npm run dev-server

if problem occours with node-sass module, then do the following :-

  1. npm i node-sass@latest
  2. npm i
  3. npm run dev-server