This is a template for a react app that is built upon webpack without the use of create-react-app and its preinstalled packages. AKA there's less bloat and it's faster.
- An SCSS styles folder containing two other folders (abstracts | base)
- The abstracts folder contains a variables.scss file with two css variables intialized for the colors black and white
- The base folder contains the base.scss file that has basic css resets with the box-sizing set to border-box
- A complementary goobbue image
hhhhhhhhhhhhhhhhhhh
To clone this repository:
git clone https://github.com/Kijimai/webpack-react-app-template.git
To view a live version of your react project:
npm run dev
To create a full build folder:
npm run build
Thanks to codebubb for the basis of this webpack react app template.
Link to his video