Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sonsurim/vanilla-typescript-boiler-plate

바닐라 타입스크립트 환경의 보일러 플레이트
https://github.com/sonsurim/vanilla-typescript-boiler-plate

boilerplate boilerplate-front-end boilerplate-template config typescript

Last synced: about 2 months ago
JSON representation

바닐라 타입스크립트 환경의 보일러 플레이트

Awesome Lists containing this project

README

        

# vanilla-typescript-boiler-plate
Vanilla TypeScript Biler Plate

## Tech Stack 🦾

- **Webpack**
- webpack
- webpack-cli
- webpack-dev-server
- html-webpack-plugin
- copy-webpack-plugin
- **TypeScript**
- typescript
- ts-loader (Webpack)
- tsconfig-paths-webpack-plugin (Webpack)
- **SCSS**
- sass
- sass-loader ( Webpack )
- css-loader ( Webpack )
- mini-css-extract-plugin (Webpack)
- **Babel**
- @babel/core
- @babel/preset-env
- @babel/preset-typescript
- @babel/plugin-proposal-class-properties (Class Private)
- core-js (Polyfill)
- whatwg-fetch (fetch API)
- **ES Lint**
- eslint
- eslint-plugin-import-helpers
- @typescript-eslint/parser
- @typescript-eslint/eslint-plugin
- **Prettier**
- prettier
- eslint-plugin-prettier
- eslint-config-prettier