운영을 위한 operations
https://github.com/bongso/wiki/wiki/ops
- 데이터 크롤링
- 크롤링 소스 설정
- 보기
- 북마크
- 페이지네이션
npm install
npm run tsc # run typescript compiler ts -> js
npm run dev # run
Tab size: 2
Indent: 2
Continuation indent: 2
Don't use
semicolon to terminate statements always
Use single
quotos always
Trailing comma: Keep
Align 'var' statements and assignments
Align multiple 'var' statements and assignments
Comments Code
Line comments at first column
Compiler
Enable TypeScript Compiler
npm install
npm run tsc # run typescript compiler ts -> js
npm run build # create .next directory
npm start # start server
ISC