Workbench Stack banner

Workbench Stack

2 devlogs
4h 7m 29s

This is scaffolding creator script for my funny little technology stack for websites, perfect for simple, small projects. Its main idea is to have everything in one place, so the technologies used are:

  • React Router 7 - Full-stack React framework with backend support (using loader and action scripts)
  • Prisma - Type-safe database ORM with SQLite
  • Vite - Fast build tooling
  • Tailwind CSS - Utility-first CSS framework
  • TypeScript - Type-safe development

Loading README...

Q1000Q

Created working scaffolding script, with basic –no-install and –no-example options (with asking if not set).
TODO:

  • Add support for pnpm and bun
  • Publish the script to the registry
Attachment
Attachment
0
Q1000Q

Made a notes website, that uses all the main technologies in my stack. Its purpose is to be a example that will be present after running creation script, to showcase how you can use it (just like other creation scripts do it). Also set all the pakage.json, tsconfig.json, vite.config.ts and prisma.config.ts settings.

Attachment
Attachment
0