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: 10 months ago
JSON representation

Personal Frontend Starter Kit as of 2021 Sep

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
```