Skip to content

Run Locally

Jonas Van der Biest edited this page Sep 5, 2016 · 3 revisions

Prerequisites

  • Node <= v4.4.5
  • Visual Studio Code
  • Visual Studio 2015

Installation

Clone the repository using

$ git clone https://github.com/CoditEU/lunchorder.git

Install npm packages (in frontend directory)

$ npm install

Restore nuget packages (in backend directory)

$ nuget.exe restore

Set parameters for backend and frontend as described here

Deploy webApi to local IIS server (add new website to port 82)

run gulp command to start the frontend server:

gulp webpack-dev-server

Development

  • [Setup your environment](Run Locally)

Deployment

  • [Configure Authentication](Configure Authentication)
  • [Azure VSTS Deployment](Azure VSTS Deployment)

User Guide

Clone this wiki locally