An open API service indexing awesome lists of open source software.

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)

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 실행
```