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

https://github.com/tednaaa/fsrt

🚀 ReactJS + TypeScript template designed for an exceptional DX 🧩
https://github.com/tednaaa/fsrt

axios babel boilerplate cypress docker eslint feature-sliced-design husky jest mock-service-worker postcss prettier react-router-dom react-testing-library reactjs reactjs-boilerplate scss-modules typescript webpack

Last synced: 4 months ago
JSON representation

🚀 ReactJS + TypeScript template designed for an exceptional DX 🧩

Awesome Lists containing this project

README

        

# Instructions

> Install packages

```
npm ci
```

> Create .env from .env.example and fill credentials

> 🚨 For production use secrets

```
cp .env.example .env
```

> Run development server and start coding

```
npm start
```

> Run your production app in background

```
docker-compose up -d
```