ismailnguyen / personal-finance

Let's build a personal finance application with increasing complexity!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

personal-finance

git clone https://github.com/mathieueveillard/personal-finance.git

API (mock)

cd api
npm ci
npm start

SPA

cd spa
npm ci

Then create a .env file and write the following line in it:

PUBLIC_URL=/
REACT_APP_URL_ROOT=http://localhost:5000

Then you can start the development server:

npm start

PS: on MacOSX, after upgrade to macOS Catalina, you may need to follow those instructions.

About

Let's build a personal finance application with increasing complexity!

License:GNU General Public License v3.0


Languages

Language:TypeScript 92.9%Language:HTML 3.0%Language:CSS 2.7%Language:JavaScript 1.5%