Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
바닐라 타입스크립트 환경의 보일러 플레이트
- Host: GitHub
- URL: https://github.com/sonsurim/vanilla-typescript-boiler-plate
- Owner: sonsurim
- Created: 2022-05-19T10:51:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T11:02:19.000Z (over 2 years ago)
- Last Synced: 2024-10-15T04:26:26.727Z (3 months ago)
- Topics: boilerplate, boilerplate-front-end, boilerplate-template, config, typescript
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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