Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r3-dev/telegram-logger


https://github.com/r3-dev/telegram-logger

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# R3 MVP stack

> This is a fullstack template for blazingly fast MVP development. It is focused on Developer and DevOps experience.

## Tech Stack

- Frontend
- [Astro](https://github.com/withastro/astro)
- [TailwindCSS](https://tailwindcss.com)
- [TypeScript](https://www.typescriptlang.org)

- Backend
- [Golang](https://golang.org)
- [PocketBase](https://github.com/pocketbase/pocketbase)

## Scripts

- `pnpm install --frozen-lockfile` — Install dependencies.
- `pnpm dev` — Starts the application in development mode at (frontend - http://localhost:4321, backend - http://localhost:8090/_/).
- `pnpm build` — Builds the application for production.
- `pnpm format` — Format code using Prettier.