Skip to content
Nitin Singh edited this page Jun 25, 2017 · 4 revisions

Detail Step for installation

Getting Started

Download or clone the above repositiory on your local machine.

https://github.com/nitin27may/AngularWebApi.git

Prerequisites

Latest Nodejs and NPM Command for check version of node and npm (if installed)

node -v 
npm -v

Installing

Folder Structure:

Folder Structure

  1. Change connection string details in your config files (For SQL Server) configUpdate

  2. Add user name and password for sending Email for reset password. (In web Config)

  3. Update seed data for login if you want to changes username and password for login in UpdateSeedData

  4. Install below Visual Studio Extension for Webpack Task run (It will help to run Application in debug mode)

    https://marketplace.visualstudio.com/items?itemName=MadsKristensen.WebPackTaskRunner

  5. Navigate to WebApi folder And run below commands in order to run the App

npm install
  1. And for running the App
npm start
  1. Run Visual Studio

  2. Make sure that server base url is same on which port visual studio is working (Or where the service is hosted) in below file

ServerUrlChange

Built With

Angular Components Used