Skip to content

egorkavin/webpack-react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for react webpack config

Simple webpack config for usage along with React and some basic files for demonstration. Besides You can use Sass/Scss and images with different kind of extensions such as .png .jpeg .jpg and .svg.

Modes

There are available 3 types of modes:

  1. Productioon
npm run build
  1. Development
npm run dev
  1. Local server with development mode
npm run serve

Usage

Run npm i or npm install and run using one of the commands above.

In case if You want use just webpack.config.js note that you must have src folder in the root with index.html and index.js inside it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors