Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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