Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 689 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 689 Bytes

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.