From c897d26762ec7c001453a849f14cafa4809f7bac Mon Sep 17 00:00:00 2001 From: minseokkang <30401054+kkminseok@users.noreply.github.com> Date: Tue, 6 Dec 2022 01:00:06 +0900 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f3c06f..980c5bb 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,27 @@ you can See Vue.js + SpringBoot FullStack Web Site Demo #### **Total 82% Code Coverage** ------- +----- + +# How it works + +- Spring Boot(Java) + - JPA + - Security +- H2 +- Vue3 + - Vite + - vuerouter + - vuex +- localStorage + +# Getting started + +## Run Local +```shell +./gradlew bootRun +``` + + + +