Look at time is an interactive timeline that allows you to learn about history in a visual way.
Visit https://www.lookattime.com
This is a monorepo containing the Azure API and web application built on Vue 2.
- Install Azure Functions Core Tools
cd api && npm i
j- Add environment variables to
local.settings.json
- Initialize Azure database
db/initialize.mssql
.
cd web && npm i
- Launch "Attach to Azure Functions" or
cd api && npm run start
- Launch "Chrome debugging" or
cd web && npm run serve