Set of tools to provide better experience for the learners and educators on MS Learn.
- MyLearn Guide: Visual way to navigate MS Learn for providing better experience for the learners and educators. Based on Microsoft Learn Catalog API
This is a Progressive Web Application (installable, offline-ready) driven by Workbox-powered service worker.
git clone https://github.com/webmaxru/ms-learn-utilities.git
cd ms-learn-utilities
npm install
# Installing tools for Static Web Apps and Azure Functions
npm install -g @azure/static-web-apps-cli
npm install -g azure-functions-core-tools@3 --unsafe-perm true
# Instead of CRA's "npm start" we use SWA CLI's command to start everything at once
swa start http://localhost:3000 --run "npm start" --api ./api
Open http://localhost:4280 in your browser.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Maxim Salnikov. Feel free to contact me if you have any questions about the project, PWA, Azure Static Web Apps.