Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 678 Bytes

File metadata and controls

13 lines (8 loc) · 678 Bytes

Basic vanilla React app with Webpack

While create-react-app CRA is awesome for starter and small/hobby projects, it lacks some heavy production app features like CSS preprocessors (Sass, LESS, CSS Modules).

To use these and other custom config, one would need to eject an app created using CRA. This is where confusion begins for most beginners. Also, dealing with Webpack config can sometimes be a headache.

That is why I've built this to help me start off a project I'll have to potentially eject if I were using CRA. Hope it is useful for you.

To use