mattias-fjellstrom / azure-101-web

Azure 101 website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to "My Photo Album"!

CI

This project was bootstrapped with Create React App.

What you need to know

Configure backend

In src/environment.ts update the baseUrl to point to your backend.

Run the web locally

First run npm install followed by npm run start. Open http://localhost:3000 to view it in the browser.

Build the web for production deploy

Run npm run build. The build is stored in a directory called build.

About

Azure 101 website


Languages

Language:TypeScript 97.1%Language:HTML 2.9%