https://github.com/crazyoptimist/react-typescript-tailwind-starter
Personal Frontend Starter Kit as of 2021 Sep
https://github.com/crazyoptimist/react-typescript-tailwind-starter
Last synced: 10 months ago
JSON representation
Personal Frontend Starter Kit as of 2021 Sep
- Host: GitHub
- URL: https://github.com/crazyoptimist/react-typescript-tailwind-starter
- Owner: crazyoptimist
- Created: 2021-09-29T08:03:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T08:04:00.000Z (over 4 years ago)
- Last Synced: 2025-06-13T06:02:51.092Z (about 1 year ago)
- Language: TypeScript
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Typescript StarterKit
## Quickstart
Create `.env` from `.env.example`
```bash
cp .env.example .env
```
Run it using `start` script
```bash
yarn start
```
## Production
It's quite normal
```bash
yarn build
```
Using docker:
```
docker-compose up -d
```