프레임워크 없이 SPA(Single Page Application) 구현
- 타입스크립트 마이그레이션
- eslint, prettier 설정
- webpack 설정
- jest 설정 및 테스트 코드 작성
- pushstate,popstate 를 통한 router 기능 구현
- 메인페이지, 상세페이지 구현
public
- dbs
- img
src
- api
- components
- core
- pages
- router
- utils
$ npm install
$ npm run dev
$ npm run test