Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 661 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 661 Bytes

typescript-photo-booth

Simple photo booth application built with HTML, CSS, and TypeScript

Introduction

This project is the companion source for the corresponding article:

📷 Building a Camera App in TypeScript.

Live Demo

Check out the GH Pages live demo here.

Getting Started

To get started, clone the project and make sure you have a working Node and TypeScript environment set up. Next, simply run tsc in the project folder and then serve the app using a local server such as serve.