Skip to content

Our main web app template using Nextjs, Typescript and Tailwind.

License

Notifications You must be signed in to change notification settings

studio-206/frontend-template

Repository files navigation

GitHub package.json version (branch)

Studio 206 - Frontend Template

  • Uses Next.js Typescript with App Router
  • Uses Tailwind CSS
  • Uses husky for easy git hooks. Runs a tsc and lint-staged pre-commit.
    • If you need to bypass this for a WIP PR etc, run git commit =m "your message" --no-verify, or -n for short.

How to use

Create a new repo by hitting use this template

Guidelines

We use npm as the package manager.