Name Last Update
..
src Loading commit data...
.eslintignore Loading commit data...
.eslintrc.json Loading commit data...
README.MD Loading commit data...
index.html Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
tsconfig.json Loading commit data...

Front end

typescript만으로 작성

프로젝트 생성

npx gts init

개발

프로젝트 dev 모드

tsc -w

프론트 서버 띄우기

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