mirror of
https://github.com/opus-tango/webapp-template.git
synced 2026-03-20 03:55:27 +00:00
8 lines
244 B
Markdown
8 lines
244 B
Markdown
# Template for quickly getting webapps off the ground
|
|
|
|
## Setup steps
|
|
|
|
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 |