RED DOG UI - Next.js version
November 10, 2022 · View on GitHub
Based on reddog-code's UI, this repo is the frontend for reddog-code. It is built with Next.js, an opinionated React framework for server-side rendering and static site generation 1. The goal is to highlight Azure integrations, APIs, and services for frontend developers.
Prerequisites
- Node.js
- NPM
- Yarn
- Azure Maps subscription key
Local development
To run locally with env vars
- add a
.env.localfile to the root with the following:
NEXT_PUBLIC_BING_MAPS_KEY=<Your_Bing_Maps_Api_Key>
- then, run
yarn install
yarn dev
Screenshots
