An open API service indexing awesome lists of open source software.

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

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.