Skip to content

Playing with webcam, Preact, TypeScript and Webpack

License

Notifications You must be signed in to change notification settings

vburlai/webcam-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 12, 2020
744b5dd · Sep 12, 2020

History

27 Commits
Aug 6, 2018
Aug 6, 2018
Aug 6, 2018
Aug 6, 2018
Aug 6, 2018
Sep 12, 2020
Aug 6, 2018
Aug 6, 2018
Aug 6, 2018
Sep 12, 2020
Sep 12, 2020
Aug 6, 2018
Aug 6, 2018

Repository files navigation

webcam-demo

Playing with webcam, Preact, TypeScript and Webpack

Live demo

https://vburlai.github.io/webcam-demo/

Building the project

Install Yarn package manager from here (if not present)

Install dependencies

npm i

Start local dev server

npm run dev

It will start a webpack server at 0.0.0.0:8080 and will open the app in a browser.

It works best in the latest Chrome browser.

Building production version

npm run build

Will create production build and save it to dst/ directory.

About

Playing with webcam, Preact, TypeScript and Webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published