Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T13:22:32.000Z (over 3 years ago)
- Last Synced: 2024-10-14T02:23:08.699Z (3 months 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
```