chat-app

Group chat app built with Next.js and TypeScript using Cloud Firestore

Stars
4

My Next.js App Template

This is my next.js app template. It is a simple starter template that includes Next.js, TypeScript, Tailwind CSS, ESLint, and Jest.

Installation

  1. Clone this template using create-next-app:

    npx create-next-app -e https://github.com/ccrsxx/next-template app-name
    
  2. Change the directory name to your own app name:

    cd app-name
    
  3. Install dependencies:

    npm i
    
  4. Run the development server:

    npm run dev