/js-npm-webpack

Sample webpage using webpack and npm

Primary LanguageJavaScript

js-npm-webpack

Sample webpage build following Petr Tichy's tutorial on youtube.

Getting started

  • First clone this repository
  • Install the dependencies using npm install
  • Run the development mode npm run dev
  • Prepare files for production using npm run prod