Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```