Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.05 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.05 KB

React with Webpack

What is this?

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.


Included:

  • 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

How to use:

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

Credits:

Thanks to codebubb for the basis of this webpack react app template.
Link to his video