Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 656 Bytes

readme.md

File metadata and controls

28 lines (18 loc) · 656 Bytes

Page Maker utility:

Installing dependencies:

npm install

Run Commands:

  • To build your application on dist folder:

    npm run build

  • To run your application with web-dev-server:

    npm run dev

View page:

If you run npm run dev, your project can be viewed at http://localhost:8080/

Installed Features:

  • npm install webpack --save-dev
  • npm install webpack-dev-server --save-dev
  • npm install extract-text-webpack-plugin --save-dev
  • npm install html-webpack-plugin --save-dev
  • npm install style-loader css-loader --save-dev
  • npm install node-sass sass-loader --save-dev
  • npm install handlebars handlebars-loader --save-dev