https://github.com/alvincrespo/pulsar-point
Getting started with React + Vite + Docker + Nginx
https://github.com/alvincrespo/pulsar-point
docker nginx reactjs vite
Last synced: 3 months ago
JSON representation
Getting started with React + Vite + Docker + Nginx
- Host: GitHub
- URL: https://github.com/alvincrespo/pulsar-point
- Owner: alvincrespo
- Created: 2025-01-16T02:42:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T12:12:00.000Z (over 1 year ago)
- Last Synced: 2025-09-04T04:44:12.726Z (10 months ago)
- Topics: docker, nginx, reactjs, vite
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started w/ React + Vite + Docker
This project demonstrates how you can get started quickly with React, Vite and Docker.
## Development Setup
- docker-compose.dev.yml
- Dockerfile.dev
```
npm run docker:dev
```
## Production Setup
- docker-compose.yml
- Dockerfile
```
npm run docker:prod
```
## Considerations
TBD