After cloning the repository, you can either
Local development is the same for all steps:
- Open "StepN" folder
- Run
npm install
- Run
npm start
- Open http://localhost:1337
Azure deployment is the same for all steps:
- Open "StepN" folder
- Run
npm install
- Create zip archive with contents of "StepN" folder
- Open <choose_unique_name>.scm.azurewebsites.net
- navigate to Tools -> Zip Push Deploy
- Drag-and-drop zip archive to /wwwroot
- Open <choose_unique_name>.azurewebsites.net and verify that site is running