Skip to content

pomm0/bank

Repository files navigation

Mgruber sample project (React)

A react showcase app. The visual part was not the main focus. It uses miragejs to mock api-server.

Deployed on https://bank.mgruber.dev


How to start

  • Install npm dependencies: npm install
  • Start app: npm run start
  • Go to http://localhost:3000

Inside docker

Even this app only uses one service I use docker-compose. I like the simplicity of just calling docker-compose up -d.

  • Start docker-compose with docker-compose up or docker-compose up -d (deamon mode)
  • Wait for server ready. To track node logs use docker-compose logs -f client.
  • Go to http://localhost:3000

OR

Execute docker-compose run client bash and you will land in the clients docker container and you can start the app manually npm install && npm run start

Run tests

  • Install npm dependencies: npm install
  • Start tests: npm run test

Build

  • Install npm dependencies: npm install
  • Start build: npm run build

TODOS:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published