Skip to content

EricDosReis/my-cash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!