mirror of
https://github.com/opus-tango/webapp-template.git
synced 2026-03-20 03:55:27 +00:00
532 B
532 B
Template for quickly getting webapps off the ground
Setup steps
- Completed
bun create next-app webapp-templatebun add -D prettier prettier-plugin-tailwindcss eslint-config-prettier- Add
.prettierrcfile - Add
.prettierignorefile - Add prettier to
.eslintrc.jsonfile - Add prettier scripts to
package.jsonfile - Add shadcn with
bun x shadcn@latest init
- For a new project
- Add a database like convex
- Add authentication with convex auth, clerk, workos