Skip to content

ameliapower/webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack starter

Webpack starter with basic config for initial files.

HtmlWebpackPlugin and CopyWebpackPlugin added.

Configured with the following loaders:

  • babel
  • sass, css, and style
  • fonts
  • images

Includes lodash library

Installation

  1. Clone or download the repository:
$ git clone https://github.com/ameliapower/webpack-starter
  1. Go to the root of the project and install all project's dependencies:
$ npm install
  1. Run npm server:
$ npm start
  1. Run build:
$ npm run-script build