jwu-ice / React-Boilerplate

With React, Typescript, TailwindCSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack-boilerplate

With React, Typescript, TailwindCSS

webpack

(option) yarn add -D webpack-bundle-analyzer

yarn add -D webpack webpack-cli webpack-dev-server webpack-merge

babel

yarn add -D @babel/cli @babel/core @babel/preset-env @babel/preset-react @babel/preset-typescript babel-loader core-js

style, optimization loader & plugin

yarn add -D style-loader css-loader postcss-loader 
yarn add -D css-minimizer-webpack-plugin html-webpack-plugin mini-css-extract-plugin terser-webpack-plugin

react

yarn add react react-dom

typescript

yarn add -D @types/react @types/react-dom typescript

tailwindCSS

yarn add -D tailwindcss postcss autoprefixer

About

With React, Typescript, TailwindCSS

License:MIT License


Languages

Language:JavaScript 79.0%Language:HTML 10.0%Language:TypeScript 9.3%Language:CSS 1.7%