/wbf-starter-config

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

Primary LanguageJavaScriptMIT LicenseMIT

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