Skip to content

Ellzer/wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

API

$ (cd server && yarn)

Client

$ (cd client && yarn)

Running the app locally

Running docker container with mongoDB

Ensure also that Docker is installed on your work station

docker-compose up

#After running the app, you can stop the Docker container with
docker-compose down

API

$ (cd server && yarn run start)

Client

$ (cd client && yarn run start)

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published