/my-cash

Simple app to manage expenses

Primary LanguageCSS

Running instructions

Prerequisites: nodeJS and bower installed.

First clone this repository and install dependencies:

bower install

Install and run server:

npm i http-server -g

http-server -p 3000

Access in your browser http://localhost:3000

That's all folks!