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 🧩
- Host: GitHub
- URL: https://github.com/tednaaa/fsrt
- Owner: tednaaa
- License: mit
- Created: 2021-11-29T07:42:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T16:15:10.000Z (over 1 year ago)
- Last Synced: 2025-02-01T14:11:25.842Z (5 months ago)
- Topics: 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
- Language: TypeScript
- Homepage:
- Size: 492 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```