/React-Boilerplate

With React, Typescript, TailwindCSS

Primary LanguageJavaScriptMIT LicenseMIT

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