-
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.gitInstall npm packages (in frontend directory)
$ npm installRestore nuget packages (in backend directory)
$ nuget.exe restoreSet 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)