Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 706 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 706 Bytes

Webpack 4 Boilerplate

Plain webpack 4 boilerplate with Babel, SASS and webpack-dev-server on board.

Requirements

  • Node.js
  • npm

Download

git clone https://github.com/bigstepdenmark/webpack4-boilerplate.git

Getting Started

Install dependencies.

npm install

Build the current application.

# Development
npm run build:dev

# Production
npm run build:prod

Run the local webpack-dev-server. This command will start a server instance and begin listening for connections from localhost on port 9900.

npm run serve

Changelog

Go to Changelog