A simple starter Webpack 4 setup including:
- Webpack 4
- Babel 7 (beta)
- Bootstrap 4
- Font Awesome 5
Clone this repo into a new project folder:
git clone https://github/solitweb/webpack-starter my-new-project
cd my-new-project
npm install
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
npm run prod