Skip to content

vakaks/nextjs-firebase-starter-kit

Repository files navigation

VAKAKS next.js starter kit

This is a starter kit for next.js projects. It includes the following:

  • TypeScript
  • Tailwind CSS
  • Shadcn
  • Firebase
  • Firebase Admin

Getting Started

First, run update the project with the following command:

npx npm-check-updates -u

Then, run this command to install the dependencies:

pnpm install
``` or 
```bash
npm install

After that, run the development server:

pnpm dev
``` or 
```bash
npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published