https://github.com/reddit/devvit-template-hello-world
https://github.com/reddit/devvit-template-hello-world
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reddit/devvit-template-hello-world
- Owner: reddit
- License: other
- Created: 2025-05-13T14:44:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-14T20:11:19.000Z (11 months ago)
- Last Synced: 2025-08-14T22:16:48.915Z (11 months ago)
- Language: TypeScript
- Size: 236 KB
- Stars: 1
- Watchers: 11
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Devvit Hello World Starter
A starter to build web applications on Reddit's developer platform
- [Devvit](https://developers.reddit.com/): A way to build and deploy immersive games on Reddit
- [Express](https://expressjs.com/): For backend logic
- [Typescript](https://www.typescriptlang.org/): For type safety
## Getting Started
> Make sure you have Node 22 downloaded on your machine before running!
1. Run `npm create devvit@latest --template=hello-world`
2. Go through the installation wizard. You will need to create a Reddit account and connect it to Reddit developers
3. Copy the command on the success page into your terminal
## Commands
- `npm run dev`: Starts a development server where you can develop your application live on Reddit.
- `npm run build`: Builds your client and server projects
- `npm run deploy`: Uploads a new version of your app
- `npm run launch`: Publishes your app for review
- `npm run login`: Logs your CLI into Reddit
- `npm run check`: Type checks, lints, and prettifies your app