Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.34 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.34 KB

Easy Dough Client

Easy Dough is a personal finance app that enables user to manage their personal finances easily.

This project was bootstrapped with Create React App.

The backend for this application is here

Quickstart

Clone this repository

git clone https://github.com/genagain/easy-dough-client

Install the node modules

npm install

Start the application in development mode

npm start

Open http://localhost:3000 to view it in the browser.

Then please be sure to follow the quickstart here to run the backend for this application

Running tests

Run the following to command to execute the tests

npm test

Creating a production build

Run the following command to create a production build

npm run build

Technologies

This project uses the following technologies:

Landing Page

Landing Page