Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donatto22/camera
https://github.com/donatto22/camera
material-ui react react-webcam
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/donatto22/camera
- Owner: donatto22
- Created: 2024-07-26T21:19:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T04:10:56.000Z (3 months ago)
- Last Synced: 2024-07-27T05:24:59.768Z (3 months ago)
- Topics: material-ui, react, react-webcam
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Farm + React
This template should help you start developing using React and TypeScript in Farm.
## Setup
Install the dependencies:
```bash
pnpm install
```## Get Started
Start the dev server:
```bash
pnpm start
```Build the app for production:
```bash
pnpm build
```Preview the Production build product:
```bash
pnpm preview
```Clear persistent cache local files
```bash
pnpm clean
```