Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 785 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 785 Bytes

Installing

  • npm install to install dependencies

Running the App

  • npm start

Tasks

Here's a list of available tasks:

  • npm run build

    • runs Webpack, which will transpile, concatenate, and compress (collectively, "bundle") all assets and modules into dist/bundle.js. It also prepares index.html to be used as application entry point, links assets and created dist version of our application.
  • npm run serve

    • starts a dev server via webpack-dev-server, serving the client folder.
  • npm run watch

    • alias of serve
  • npm start (which is the default task that runs when typing gulp without providing an argument)

    • runs serve.

    Test Requirements

    Follow the below link:

  • https://drive.google.com/open?id=0B47dE60iDbhHWW5VVVlmWXZTMjA