2025-06-11 15:49:53 -04:00
2025-06-11 15:31:20 -04:00
2025-06-11 15:23:25 -04:00
2025-06-11 15:27:45 -04:00
2025-06-11 15:27:05 -04:00
2025-06-11 15:31:20 -04:00
2025-06-11 15:31:20 -04:00
2025-06-11 15:31:20 -04:00
2025-06-11 15:49:53 -04:00

Template for quickly getting webapps off the ground

Setup steps

  1. Completed
    1. bun create next-app webapp-template
    2. bun add -D prettier prettier-plugin-tailwindcss eslint-config-prettier
    3. Add .prettierrc file
    4. Add .prettierignore file
    5. Add prettier to .eslintrc.json file
    6. Add prettier scripts to package.json file
    7. Add shadcn with bun x shadcn@latest init
  2. For a new project
    1. Add a database like convex
    2. Add authentication with convex auth, clerk, workos
Description
My webapp template for quickly spinning up projects
Readme 177 KiB
Languages
TypeScript 49.9%
CSS 45.3%
JavaScript 4.8%