https://github.com/gamboacarlos/webpack5-ts-react-boilerplate
Webpack 5 boilerplate with Typescript support
https://github.com/gamboacarlos/webpack5-ts-react-boilerplate
babel boilerplate cssmodules eslint jest prettier react react-testing-library sass test typescript webpack
Last synced: 5 months ago
JSON representation
Webpack 5 boilerplate with Typescript support
- Host: GitHub
- URL: https://github.com/gamboacarlos/webpack5-ts-react-boilerplate
- Owner: gamboacarlos
- Created: 2021-04-05T00:03:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T13:22:32.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T18:44:19.549Z (over 1 year ago)
- Topics: babel, boilerplate, cssmodules, eslint, jest, prettier, react, react-testing-library, sass, test, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 861 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack 5 boilerplate for React/TS
_Webpack 5 configuration for React with Typescript support, CSS modules, testing and many other features_
## Starting 🚀
_Clone the repository to your machine_
```
git clone https://github.com/gamboacarlos/webpack5-ts-react-boilerplate.git
```
### Instalation 🔧
_Just need Node.js v14 or higher and Yarn package manager_
_Go to the repository folder and install using:_
```
yarn
```