You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,11 @@ Serverless Full Stack implementation on Azure of [ToDoMVC](http://todomvc.com/)
34
34
The implementation uses
35
35
36
36
-[Azure Static WebApp](https://azure.microsoft.com/en-us/services/app-service/static/): to bind everything together in one easy package, natively integrated with GitHub CI/CD pipeline
37
-
- Vue.Js as front-end client
37
+
-[Vue.Js](https://vuejs.org/) as front-end client
38
38
- Azure Function for providing serverless back-end infrastructure
39
39
- NodeJS for the back-end logic
40
40
- Azure SQL as database to store ToDo data
41
+
- GitHub Actions to Deploy the full-stack website (thanks to Azure Static WebApps)
0 commit comments