Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natthasath/docker-react-tsx
React TypeScript: A powerful frontend framework combining React's declarative UI with TypeScript's static type-checking, enhancing code quality, and development efficiency. Enables robust, scalable, and maintainable web applications.
https://github.com/natthasath/docker-react-tsx
docker-compose dockerfile react typescript
Last synced: 1 day ago
JSON representation
React TypeScript: A powerful frontend framework combining React's declarative UI with TypeScript's static type-checking, enhancing code quality, and development efficiency. Enables robust, scalable, and maintainable web applications.
- Host: GitHub
- URL: https://github.com/natthasath/docker-react-tsx
- Owner: natthasath
- License: mit
- Created: 2023-08-09T05:33:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-09T08:44:51.000Z (over 1 year ago)
- Last Synced: 2024-11-11T06:15:32.596Z (2 months ago)
- Topics: docker-compose, dockerfile, react, typescript
- Language: TypeScript
- Homepage: https://refine.dev/
- Size: 175 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Docker React TSX
React TypeScript: A powerful frontend framework combining React's declarative UI with TypeScript's static type-checking, enhancing code quality, and development efficiency. Enables robust, scalable, and maintainable web applications.### 🚀 Setup
```
npx create-react-app docker-react-tsx --template typescript
```### 🏆 Run
```shell
npm start
```