/react-docker-boilerplate

Minimal TS React Vite Docker boilerplate.

Primary LanguageCSS

React Docker boilerplate using Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Prerequisites

  • Docker installed on the local system

Process

Build the container:
docker compose up -d --build

Start up the container:
docker compose up -d

-d detach flag usage is of personal preference.