https://github.com/arvind-4/react-template
A Production ready react template
https://github.com/arvind-4/react-template
docker docker-compose nginx react tailwindcss typescript vite
Last synced: 3 months ago
JSON representation
A Production ready react template
- Host: GitHub
- URL: https://github.com/arvind-4/react-template
- Owner: Arvind-4
- License: mit
- Created: 2024-04-16T17:46:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T11:03:49.000Z (about 2 years ago)
- Last Synced: 2024-05-30T16:56:53.997Z (about 2 years ago)
- Topics: docker, docker-compose, nginx, react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://awesomereact-template.vercel.app
- Size: 547 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React template
A Production ready react template with vite, typescript, tailwind css, docker and nginx.
## 📦 Tech Stack:
- [React](https://react.dev/) - The library for web and native user interfaces.
- [Typescript](https://www.typescriptlang.org/) - TypeScript is JavaScript with syntax for types.
- [Vite](https://vitejs.dev/) - Next Generation Frontend Tooling.
- [Tailwind 3](https://tailwindcss.com/) - Rapidly build modern websites without ever leaving your HTML.
- [Docker](https://www.docker.com/) - Docker is a platform designed to help developers build, share, and run modern applications. We handle the tedious setup, so you can focus on the code.
## 📦 Getting Started:
1. Clone the project and make it your own.
```bash
mkdir ~/Dev
cd ~/Dev
git clone https://github.com/Arvind-4/react-template.git
cd react-template
```
2. Install packages
```bash
pnpm install
```
3. Run dev server
```bash
pnpm dev
```
4. Build and Start the Docker File:
```bash
docker compose up --build -d
```
## 🚀 Deploy:
Click the Button to Deploy to [Vercel](https://vercel.com/).
[](https://vercel.com/new/clone?repository-url=https://github.com/Arvind-4/react-template)
OR
Self Host using Docker, Docker Compose in a VM :)
## 🐛 Bug Reporting
Feel free to [open an issue](https://github.com/Arvind-4/react-template/issues) on GitHub if you find any bug.
## ⭐ Feature Request
- Feel free to [Open an issue](https://github.com/Arvind-4/react-template/issues) on GitHub to request any additional features you might need for your use case.
- Connect with me on [LinkedIn](https://www.linkedin.com/in/a-arvind/). I'd love ❤️️ to hear from you.
## 📋 Change Log:
Check [here](https://github.com/Arvind-4/react-template/commits/main) for change logs.
## 📜 License
This software is open source, licensed under the [MIT License](https://github.com/Arvind-4/react-template/blob/main/LICENSE).