project-starter-ts
v1.0.31
Published
Starter template to scaffold a project with typescript, api (Express + Postgres), frontend (Vite), website (Astro) and documentation (Astro).
Downloads
33
Maintainers
Readme
Project Starter with Typescript
Create Project
# create new project
npx project-starter-ts@latest
# install deps
npm i
# start locally with docker compose
docker compose up -d
Services
API
NodeJS and Express based API with following packages:
- Drizzle ORM and Drizzle Kit (Migrations preconfigured and disabled by default)
- HTTP Request logging with morgan
- Logging with winston
- cors, rate-limit, dotenv
Frontend
Frontend based on VITE + TS + REACT with following packages:
- import-meta-env for env vars during runtime
- default VITE packages
Docs
Docs based on Starlight + Astro.
Website
Frontend based on Astro with following additonal packages:
- import-meta-env for env vars during runtime
License and Contribution
Licensed under MIT, feel free to contribute if you want to add services or packages.