egorkavin / webpack-react-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 81.7%Language:HTML 9.5%Language:SCSS 8.8%