This a simple webpack config for Bootstrap 4 and FontAwesome npm packages.
- Clone the project from repository github.com/andela-efalayi/wbf-starter-config
- In your terminal, cd into the cloned folder and run
npm install
. - Run
webpack --watch
. This allows you view file changes you make. - Open a second tab on the terminal and run
npm run dev
.