typescript 를 사용해서 react, mobx 기반으로 작성된 웹 메모장
번들링은 webpack 3 사용.
- 언어 : Typescript 2.5
- 프레임워크
- React 16
- 상태관리자
- 관련 라이브러리
- Webpack 3.8
- AdminLTE 적용
- Git Flow 사용
$ npm install
$ npm start
$ npm run build
- Github Pages 에 배포 (gh-pages 브랜치 사용)
- repository 명은 webnote 이어야 함
$ npm run build
$ npm run deploy
MIT