Skip to content

stijnvanouplines/webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack starter project

A simple starter Webpack 4 setup including:

  • Webpack 4
  • Babel 7 (beta)
  • Bootstrap 4
  • Font Awesome 5

Clone the repo

Clone this repo into a new project folder:

git clone https://github/solitweb/webpack-starter my-new-project
cd my-new-project

Install all dependencies

npm install

Build for development

npm run dev
  • All stylesheet files will be stored in the /dist/assets/css folder
  • All javascript files will be stored in the /dist/assets/js folder

Build for production

npm run prod

About

Webpack starter project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published