Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 348 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 348 Bytes

CSS in JS 로 디자인 적용하기

데브로드 프론트엔드 생존코스 8주차 과제 풀이

서버 실행하기

cd express-app

npm install

npx nodemon app.ts

프론트 실행하기

npm install

npm start

Unit 테스트

npm test

E2E 테스트

npm run codeceptjs