Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tednaaa/fsrt

🚀 ReactJS + TypeScript boilerplate designed for an exceptional DX 🧩 It embraces the feature sliced design methodology for modularity and code reusability. also dockerized 🐳
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: 26 days ago
JSON representation

🚀 ReactJS + TypeScript boilerplate designed for an exceptional DX 🧩 It embraces the feature sliced design methodology for modularity and code reusability. also dockerized 🐳

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