Skip to content

fsctask-dev/fcstask-frontend

Repository files navigation

FCS Task Frontend

React + TypeScript app built with Vite.

Development

npm install
npm run dev

Production build

npm run build
npm run preview

Docker

Build and run:

docker build -t fcs-task-frontend .
docker run --rm -p 8080:80 fcs-task-frontend

Then open http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published