This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Cinemateket/start.sh
haraldnilsen 2270e1c026 error handling and new start.sh-file
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
2023-10-19 09:32:48 +02:00

13 lines
No EOL
128 B
Bash

# backend
cd backend
docker-compose up -d
cd cinemateket
dotnet run &
cd ../..
# frontend
cd frontend
npm install
npm run dev