Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 911 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 911 Bytes

npm node Website


지하철 노선도 미션

ATDD 강의 실습을 위한 지하철 노선도 애플리케이션


🚀 Getting Started

Install

npm 설치

cd frontend
npm install

frontend 디렉토리에서 수행해야 합니다.

Usage

webpack server 구동

npm run dev

application 구동

./gradlew bootRun