Vite + React app for reference of general React coding patterns, practices and conventions
1.0K
Simple React app created with Vite for reference of general React coding patterns, practices and conventions
This image is only for local development.
Live Preview
https://weaponsforge.github.io/vitexperiments/
GitHub Repository
https://github.com/weaponsforge/vitexperiment/
Pull the "latest" development image.
docker pull weaponsforge/vitexperiments
Run the React app to view its contents.
docker run -it -p 3000:3000 --env-file --rm weaponsforge/todo-next:client
Load the localhost website at:
http://localhost:3000
To run the React app for development mode with hot reload, read on the more detailed installation and instructions at the https://github.com/weaponsforge/vitexperiment README.
Clone the vitexperiments repository.
git clone https://github.com/weaponsforge/vitexperiments.git
Navigate to the cloned vitexperiments root project directory, then run:
docker compose pull
Set up the environment variables for the vitexperiments /app directory.
README.md file for more information..env variables setup for Windows and Linux to enable hot reload.Run the development image.
docker compose up
Load the localhost website at:
http://localhost:3000
Content type
Image
Digest
sha256:dfb43acbd…
Size
140.9 MB
Last updated
about 1 month ago
docker pull weaponsforge/vitexperiments