Skip to content

Ninjavin/chunkflow

Repository files navigation

Chunkflow

This repository contains a lightweight split-stack setup:

  • frontend: React app powered by Vite
  • backend: Spring Boot REST API

Frontend

cd frontend
npm install
npm run dev

Backend

cd backend
mvn spring-boot:run

Docker Dev

docker compose -f docker-compose.dev.yml up --build

Frontend: http://localhost:5173 Backend: http://localhost:8080

Docker Production

docker compose -f docker-compose.prod.yml up --build

Frontend: http://localhost:4173 Backend: http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors