Skip to content

A dockerized local deployment setup of placeholder-app frontend and backend components.

License

Notifications You must be signed in to change notification settings

placeholder-app/local-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

This is a base repository for setting up local https://placeholder.app development. It includes the baseplate for setting up a docker environment, as well as the frontend and backend repositories.

Setup

Cloning

Clone this repository locally.

git clone https://github.com/placeholder-app/local-deployment

Initializing Submodules

The two submodules included need to be initialized and pulled.

cd local-deployment

git submodule init --recursive
git submodule update --recursive

Deploying Docker

You must have docker-cli or Docker Desktop installed.

docker compose up

This should install and deploy the frontend and backend containers. Once running, you can visit them at:

  1. http://localhost:3000
  2. http://localhost:8080

Dependencies

  • Docker or Docker Desktop
  • Git

About

A dockerized local deployment setup of placeholder-app frontend and backend components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published