Installation

For installation, firstly make sure that whether node & npm installed. And to run the project in web browser, use the below commands to install node dependencies and to run the app.

Project Requirement:

  • First, make sure you have installed node.js 8.X and npm 5.X version. You can check it on your terminal window just by entering node -v and npm -v. You can also download latest nodeJs from here.

$ npm -v
$ node -v
  • Make sure you have installed latest angular-cli 1.5X version. You can check the angular version in the terminal with ng -v command. If you need more info on how to set up the angular4 project, please follow “ angular official website” at there official websites.

    Git also should install on your machine if not then please download from here.

How to Run:

Run in web browser

Open the Terminal and navigate to the project folder (weapp) and install NodeJS dependencies using the below command:

$ npm install

Once your node_modules lib installed successfully you can run the app on the browser using below command:

$ng serve

If there is an issue, please google it, and if you dint find any solution, please feel free to report us, we will look into it.

Last updated