Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 318 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 318 Bytes

frontend-survival-week05-answer

프론트엔드 생존코스 5주차 과제

서버 실행하기

cd express-app

npm install

npx nodemon app.ts

실행하기

npm install

npm start

테스트

npm test

E2E 테스트

npm start

npm run codeceptjs