https://github.com/xwirkijowski/react-boilerplate
⚛︎ Boilerplate I use to scaffold my React projects as an alternative to create-react-app which got me so frustrated I just had to make this
https://github.com/xwirkijowski/react-boilerplate
babel boilerplate boilerplate-template css css-modules less obfuscation react sass scss scss-modules webpack webpack-dev-server
Last synced: 2 months ago
JSON representation
⚛︎ Boilerplate I use to scaffold my React projects as an alternative to create-react-app which got me so frustrated I just had to make this
- Host: GitHub
- URL: https://github.com/xwirkijowski/react-boilerplate
- Owner: xwirkijowski
- Created: 2022-02-05T19:32:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T13:30:55.000Z (about 2 years ago)
- Last Synced: 2025-02-12T14:58:29.147Z (4 months ago)
- Topics: babel, boilerplate, boilerplate-template, css, css-modules, less, obfuscation, react, sass, scss, scss-modules, webpack, webpack-dev-server
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Boilerplate
---
## Description
Contains Webpack config with CSS Modules, SCSS & LESS support, class name obfuscation and asset loading.
Asset loading supports:
- Fonts `.(woff|woff2|eot|ttf|otf)`
- Images `.(png|jpg|jpeg|gif)`
- SVGs `.svg`
- JSON `.json`Provided HTML template which will be used for asset population.
To change CSS classes obfuscation edit the `MiniCssExtractPlugin`'s `localIdentName` option in the [webpack.config.js](webpack.config.js) file.