Skip to content

Showing Microsoft Cloud Developer Advocates speaking, 2017 and 2018

License

Notifications You must be signed in to change notification settings

sdras/cda-locale

Repository files navigation

Microsoft CDA Speaking Info and Locations

Small demo showing where and when all of the Microsoft Cloud Developer Advocates are speaking. Using Serverless functions to update geolocation info, Nuxt for server-side rendering, and Vue.js computed properties for really fast list filtering.

Live demo at http://cda-locale.azurewebsites.net/

Article series explaining the demo at https://css-tricks.com/exploring-data-with-serverless-and-vue-part-i (this is a two part series)

Microsoft CDA locations transitions screenshot

Build Setup

# install dependencies
$ yarn

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate