Skip to content

joelhackinen/projecthub

Repository files navigation

How to start in development mode (Github app secrets are needed to be run)

  1. git clone https://github.com/joelhackinen/projecthub.git
  2. cd projecthub
linux
  1. npm --prefix ./react-app ci (needed only when launching for the first time after cloning/pulling)
  2. docker compose up -d --build
  3. application is running at http://localhost:8080/
mac (client-side hot reload doesn't work)
  1. docker compose -f docker-compose.dev.mac.yml up -d --build
  2. application is running at http://localhost:8080/

About

CS-E4400 Design of WWW Services D - course project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published