Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sprout2000/docker-react-ts

Vite.js Boilerplate for React and TypeScript on Docker.
https://github.com/sprout2000/docker-react-ts

docker react typescript vite

Last synced: 4 days ago
JSON representation

Vite.js Boilerplate for React and TypeScript on Docker.

Awesome Lists containing this project

README

        

# docker-react-ts

React and TypeScript development environment on Docker.

## Usage

Note that Docker daemon is already running...

```sh
# clone this repo
% git clone https://github.com/sprout2000/docker-react-ts.git

# run "docker compose"
% cd docker-react-ts
% docker compose up
```