Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T08:04:00.000Z (about 3 years ago)
- Last Synced: 2024-10-03T21:41:15.093Z (about 1 month ago)
- Language: TypeScript
- Size: 220 KB
- Stars: 0
- Watchers: 2
- 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
```