Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burgil/coding-videos-beginners
Creating videos with code: A basic template with TypeScript, Prettier and ESLint preconfigured.
https://github.com/burgil/coding-videos-beginners
Last synced: about 2 months ago
JSON representation
Creating videos with code: A basic template with TypeScript, Prettier and ESLint preconfigured.
- Host: GitHub
- URL: https://github.com/burgil/coding-videos-beginners
- Owner: burgil
- Created: 2024-11-03T20:19:07.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T01:17:38.000Z (about 2 months ago)
- Last Synced: 2024-11-04T02:18:35.594Z (about 2 months ago)
- Language: TypeScript
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coding Videos - Beginners Version
Watch the video
## Remotion video
![Animated Remotion Logo](https://github.com/remotion-dev/logo/raw/main/animated-logo-banner-light.gif)
Welcome to my Remotion project!
## Commands
**Install Dependencies:**
```console
npm install
```**Start Preview:**
```console
npm run dev
```**Render video:**
```console
npm run build
```**Upgrade Remotion:**
```console
npm run upgrade
```