An open API service indexing awesome lists of open source software.

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

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