Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.
/ fsrt Public archive

🚀 ReactJS + TypeScript template designed for an exceptional DX 🧩

License

Notifications You must be signed in to change notification settings

tednaaa/fsrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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