-
Notifications
You must be signed in to change notification settings - Fork 6
Run Locally
Jonas Van der Biest edited this page Sep 5, 2016
·
3 revisions
- Node <= v4.4.5
- Visual Studio Code
- Visual Studio 2015
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
- [Setup your environment](Run Locally)
- [Configure Authentication](Configure Authentication)
- [Azure VSTS Deployment](Azure VSTS Deployment)