https://github.com/remotion-dev/template-helloworld-javascript
Starting point for a new Remotion project in plain JS. The Hello World template, but in plain JavaScript. Recommended for people who detest TypeScript.
https://github.com/remotion-dev/template-helloworld-javascript
Last synced: 10 months ago
JSON representation
Starting point for a new Remotion project in plain JS. The Hello World template, but in plain JavaScript. Recommended for people who detest TypeScript.
- Host: GitHub
- URL: https://github.com/remotion-dev/template-helloworld-javascript
- Owner: remotion-dev
- Created: 2021-06-08T03:49:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-24T09:51:21.000Z (11 months ago)
- Last Synced: 2025-08-10T01:21:34.255Z (10 months ago)
- Language: JavaScript
- Homepage: https://www.remotion.dev/templates/javascript
- Size: 174 KB
- Stars: 13
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remotion video
Welcome to your Remotion project!
## Commands
**Install Dependencies**
```console
npm install
```
**Start Preview**
```console
npm run dev
```
**Render video**
```console
npx remotion render
```
**Upgrade Remotion**
```console
npx remotion upgrade
```
## Docs
Get started with Remotion by reading the [fundamentals page](https://www.remotion.dev/docs/the-fundamentals).
## Help
We provide help on our [Discord server](https://discord.gg/6VzzNDwUwV).
## Issues
Found an issue with Remotion? [File an issue here](https://github.com/JonnyBurger/remotion/issues/new).
## License
Note that for some entities a company license is needed. [Read the terms here](https://github.com/JonnyBurger/remotion/blob/main/LICENSE.md).