Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🐳
- Host: GitHub
- URL: https://github.com/tednaaa/fsrt
- Owner: tednaaa
- License: mit
- Created: 2021-11-29T07:42:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T10:53:43.000Z (about 1 year ago)
- Last Synced: 2023-10-20T23:21:29.439Z (about 1 year 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: 835 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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
```