/node_transactions_react

Dashboard made with React and NodeJS

Primary LanguageTypeScript

React Money Management Frontend

Money management platform

drawing

Getting started

To get started with the app, clone the repo and then follow the instructions to initialize the backend and frontend:

Frontend

Change Directory to Frontend and Install dependencies

$ cd frontend
$ yarn

Run the test suite to verify that everything is working correctly:

$ yarn test

If the test suite passes, you'll be ready to run the app in a local server:

$ yarn start

To build the production version run:

$ yarn build

Backend

Backend Repository:

https://github.com/luccabb/node_simple_transactions