Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 637 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 637 Bytes

toss-tech 블로그 구현

image

Description

프레임워크 없이 SPA(Single Page Application) 구현

  • 타입스크립트 마이그레이션
  • eslint, prettier 설정
  • webpack 설정
  • jest 설정 및 테스트 코드 작성
  • pushstate,popstate 를 통한 router 기능 구현
  • 메인페이지, 상세페이지 구현

public

  • dbs
  • img

src

  • api
  • components
  • core
  • pages
  • router
  • utils

Development

$ npm install
$ npm run dev

Test

$ npm run test