Webpack Boilerplate Html

Webpack Boilerplate Html with Webpack, Stylus, and more

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Cloning The GitHub Repository

$ git clone https://github.com/digoribeiro/webpack-boilerplate-html.git

To install the dependencies, run this in the application folder from the command-line:

Run Setup

$ cd webpack-boilerplate-html && npm i

Run dev

$ npm run dev

Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Run Build

$ npm run build

Run Prod

$ npm run Prod

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the habashes.
Your app is ready to be deployed!