Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trandung2k1/react_boilerplate
React boilerplate + TypeScript
https://github.com/trandung2k1/react_boilerplate
docker docker-compose nginx reactjs typescript webpack
Last synced: 16 days ago
JSON representation
React boilerplate + TypeScript
- Host: GitHub
- URL: https://github.com/trandung2k1/react_boilerplate
- Owner: trandung2k1
- Created: 2023-03-29T14:12:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T05:50:57.000Z (8 months ago)
- Last Synced: 2024-06-02T06:47:23.963Z (8 months ago)
- Topics: docker, docker-compose, nginx, reactjs, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 146 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run docker dev
```js
docker compose -f docker-compose.dev.yml up
```## Run docker production using nginx
```js
docker compose -f docker-compose.yml up
```