Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sprout Server

Development

Start the DB using Docker Compose

From the root of the project -

docker compose -f backend/server/docker-compose.yml up 

In another terminal, start the Sprout Server in dev mode -

./gradlew :sprout-server:dev 

In another terminal start the web app -

rush start