Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (27 loc) · 1.08 KB

RED DOG UI - Next.js version

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

Local development

To run locally with env vars

  1. add a .env.local file to the root with the following:
NEXT_PUBLIC_BING_MAPS_KEY=<Your_Bing_Maps_Api_Key>
  1. then, run
yarn install
yarn dev

Screenshots

Home Add Product Products Home-light Worker

Footnotes

  1. Components