Skip to content

tarikulwebx/react-app-dockerize

Repository files navigation

React App Dockerize 🚀

Example of Dockerizing React + Vite project for development with hot reload!

React JS Vite Docker

Prerequisites

  • Basic Knowledge of React+Vite, Git, Github
  • Understanding Docker (Image, Container, Volume, Compose)
  • Docker on the Local Environment

Setup and Run in Docker

Clone the github repository:

git clone https://github.com/tarikulwebx/react-app-dockerize.git

Navigate to the project directory:

cd react-app-dockerize

Run the command to build image and run containe in detach mode:

docker-compose up -d

Stop the container (if your want)

docker-compose down

About

Example of Dockerizing React + Vite app with Hot-Reloading

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published