calvinalx / mini-wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Wallet

You can find a live instance of this project here.

Follow the instruction below to run the project on localhost. Make sure to run npm install on respective directory before running any command.

Start the Front End

Run the following command to run the React Front End

cd frontend/
npm run start

Start the Mock API server

A very rough implementation of the Mock API server is available inside mock-api/ directory

Run the following commands if you prefer to run the Mock API server locally

npm run dev

Update the API_HOST variable your frontend/.env file

+ REACT_APP_API_HOST=localhost:8080
- REACT_APP_API_HOST=hidden-firefly-9843.fly.dev

About


Languages

Language:JavaScript 91.5%Language:CSS 6.1%Language:HTML 2.3%Language:Shell 0.2%