Skip to content

bigstepdenmark/webpack4-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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