Simple finance tracking app made with reactjs to learn the basics of consuming an API. This project was developed during Rocketseat's React courses. Project Setup npm install Compile and Hot-Reload for Development To run the frontend: npm run dev To run the json api: npm run dev:server Type-Check, Compile and Minify for Production npm run build