Skip to content

summercat01/ComaWeb1

Repository files navigation

폴더 삭제: rm -rf 폴더명

깃 레포지토리 클론: git clone git@github.com:jumokcom/ComaWeb1.git

폴더 이동: cd 폴더명

상위 폴더 이동: cd ..

npm 설치: npm install

npm 필요 패키지 설치: npm install react-router-dom styled-components

프론트엔드 빌드: npm run build

프론트엔드 빌드 폴더 복사: cp -r build/* ../src/main/resources/static/

빌드 파일 실행 권한 변경: chmod +x ./gradlew

스프링부트 빌드: ./gradlew build

애플리케이션 실행: nohup java -jar WebPage-0.0.1-SNAPSHOT.jar &

애플리케이션 실행 상태: ps -ef | grep java

애플리케이션 종료: kill -9 PID

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages