Skip to content

Kijimai/webpack-react-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published