efalayi / wbf-starter-config

A simple webpack config for Bootstrap 4 and FontAwesome npm packages.

Home Page:https://medium.com/@estherfalayi/setting-up-webpack-for-bootstrap-4-and-font-awesome-eb276e04aaeb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack-Bootstrap-FontAwesome Starter Configuration

This a simple webpack config for Bootstrap 4 and FontAwesome npm packages.

Alt webpack


Getting Started

  • Clone the project from repository github.com/efalayi/wbf-starter-config
  • In your terminal, cd into the cloned folder and run npm install.
  • Run npm run build. This runs webpack and recompiles when changes are made.
  • Open a second tab on the terminal and run npm run dev or npm start.

Note:

  • npm run dev starts webpack-dev-server and watches for file changes. File updates are instantly seen on the browser.
  • On the other hand, npm start runs server.js. You would have to refresh your browser to see your changes.
License

MIT © 2017 | Esther Falayi

About

A simple webpack config for Bootstrap 4 and FontAwesome npm packages.

https://medium.com/@estherfalayi/setting-up-webpack-for-bootstrap-4-and-font-awesome-eb276e04aaeb

License:MIT License


Languages

Language:JavaScript 79.6%Language:CSS 16.3%Language:HTML 4.1%