Skip to content

floydjones1/react-webpack-custom

Repository files navigation

Webpack React Typescript

This project is to be used to get started with react typescrpt without CRA to allow more flexibilty by modifying webpack config

Geting started

yarn <--- Install dependencies
yarn start <--- Run Development server
yarn build <--- Build Prodiction code
yarn test <--- Test Project

Used Plugins

babel (react, typescript)
webpack-bundle-analyzer <--- analyzing js bundles
fork-ts-checker-webpack-plugin <--- typechecking
css (style-loader, css-loader, sass-loader) <--- CSS
html (html-webpack-plugin)
testing (jest, ts-jest, react-testing-library)
hot reloading (react-refresh)

React: ^17.0.1
Webpack: ^5.21.2

About

Custom React Webpack config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published