Skip to content
/ fsrt Public template

🚀 ReactJS + TypeScript template designed for an exceptional DX 🧩

License

Notifications You must be signed in to change notification settings

tednaaa/fsrt

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