To clone and run this application, you'll need Git and you are ready to use it !
# Clone this repository
$ git clone git@github.com:KhaledGharib/expensifyApp.git
# Go into the repository
$ cd expensifyApp
# Install dependencies
$ npm install
# Run build
$ npm run build
# Run the server
$ npm run server
Or you can use
npm run dev-server