NoahH99 / link-vault

LinkVault is a versatile web application designed to provide users with efficient URL shortening and secure file storage services. It offers a seamless experience for managing and sharing links and files, ensuring convenience and reliability for both personal and professional use.
MIT License
1 stars 0 forks source link

Run and build script #1

Closed NoahH99 closed 5 months ago

NoahH99 commented 6 months ago
cd backend
./gradlew bootJar

cd ../frontend
npm run build

cd ..
docker-compose up --build
NoahH99 commented 6 months ago

https://reactrouter.com/en/main/start/tutorial

NoahH99 commented 5 months ago

Done