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

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

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/).

[![Deploy with Vercel](https://vercel.com/button)](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).