README.MD 245 Bytes

Front end

typescript만으로 작성

프로젝트 생성

npx gts init

개발

프로젝트 dev 모드

tsc -w

프론트 서버 띄우기

npm install -g http-server
cd ./app
http-server ./