Skip to content

developercirclesaccra/basic-vanilla-react-app-with-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published