https://github.com/fivethreeeo/typescript-boilerplate
TypeScript boilerplate (Webpack, Babel, ESLint, Prettier)
https://github.com/fivethreeeo/typescript-boilerplate
Last synced: 4 months ago
JSON representation
TypeScript boilerplate (Webpack, Babel, ESLint, Prettier)
- Host: GitHub
- URL: https://github.com/fivethreeeo/typescript-boilerplate
- Owner: fivethreeeo
- License: mit
- Created: 2022-09-12T20:05:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T21:29:55.000Z (about 3 years ago)
- Last Synced: 2023-08-04T19:25:35.354Z (over 2 years ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Boilerplate
Webpack5, Babel7, ESLint, Prettier 를 사용해 만든 '타입스크립트 보일러 플레이트' 입니다.
[Typescript 개발환경 설정하기(블로그)](https://velog.io/@husbumps/series/TypeScript-%EA%B0%9C%EB%B0%9C%ED%99%98%EA%B2%BD-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0)
## Script
```
"$ npm run start" : webpack dev server 실행
"$ npm run build:dev" : development 모드로 build
"$ npm run build:prod" : production 모드로 build
"$ npm run lint" : src 폴더 lint 실행
```