Webpack Configuration

Dependency Status

I created this repo extended from Starting new (React+Webpack) project from scratch beginning =(to)=> advanced tutorial.

Webpack 4 boilerplate with Babel, SASS, eslint, DevServer, HMR, Jest, Prettier and Performances and Optimization Techniques.

webpack

Requirements

nodejs

Download

Copy this project without git from terminal.

curl -L -o master.zip https://github.com/victors1681/webpack-boilerplate/archive/master.zip && unzip master.zip && rm master.zip

Installing

npm install

Development

Run the local webpack-dev-server on http://localhost:9000/

npm run start

Deployment

Build the current application

npm run dist