Arvind-4 / react-template

A Production ready react template

Home Page:https://awesomereact-template.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React template

A Production ready react template with vite, typescript, tailwind css, docker and nginx.

πŸ“¦ Tech Stack:

  • React - The library for web and native user interfaces.
  • Typescript - TypeScript is JavaScript with syntax for types.
  • Vite - Next Generation Frontend Tooling.
  • Tailwind 3 - Rapidly build modern websites without ever leaving your HTML.
  • Docker - 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.
mkdir ~/Dev
cd ~/Dev
git clone https://github.com/Arvind-4/react-template.git
cd react-template
  1. Install packages
pnpm install
  1. Run dev server
pnpm dev
  1. Build and Start the Docker File:
docker compose up --build -d

πŸš€ Deploy:

Click the Button to Deploy to Vercel.

Deploy with Vercel

OR

Self Host using Docker, Docker Compose in a VM :)

πŸ› Bug Reporting

Feel free to open an issue on GitHub if you find any bug.

⭐ Feature Request

  • Feel free to Open an issue on GitHub to request any additional features you might need for your use case.
  • Connect with me on LinkedIn. I'd love ❀️️ to hear from you.

πŸ“‹ Change Log:

Check here for change logs.

πŸ“œ License

This software is open source, licensed under the MIT License.

About

A Production ready react template

https://awesomereact-template.vercel.app

License:MIT License


Languages

Language:TypeScript 71.8%Language:JavaScript 15.4%Language:CSS 7.3%Language:HTML 2.1%Language:Dockerfile 1.8%Language:Shell 1.6%