Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamboacarlos/webpack5-js-react-boilerplate
Webpack 5 boilerplate for React/JS
https://github.com/gamboacarlos/webpack5-js-react-boilerplate
babel boilerplate css-modules eslint jest jsx prettier react react-testing-library sass starter-kit webpack
Last synced: about 20 hours ago
JSON representation
Webpack 5 boilerplate for React/JS
- Host: GitHub
- URL: https://github.com/gamboacarlos/webpack5-js-react-boilerplate
- Owner: gamboacarlos
- Created: 2021-04-04T16:34:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T17:09:47.000Z (over 3 years ago)
- Last Synced: 2023-07-16T23:22:34.056Z (over 1 year ago)
- Topics: babel, boilerplate, css-modules, eslint, jest, jsx, prettier, react, react-testing-library, sass, starter-kit, webpack
- Language: JavaScript
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack 5 boilerplate for React/JSX
_Webpack 5 configuration for React with JSX support, testing and many other features _
## Starting 🚀
_Clone the repository to your machine_
```
git clone https://github.com/gamboacarlos/webpack5-js-react-boilerplate.git
```### Instalation 🔧
_Just need Node.js v14 or higher and Yarn package manager_
_Go to the repository folder and install using:_```
yarn
```