Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ccrsxx/chat-app

Group chat app built with Next.js and TypeScript using Cloud Firestore
https://github.com/ccrsxx/chat-app

firebase framer-motion nextjs tailwindcss typescript

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

```bash
npx create-next-app -e https://github.com/ccrsxx/next-template app-name
```

2. Change the directory name to your own app name:

```bash
cd app-name
```

3. Install dependencies:

```bash
npm i
```

4. Run the development server:

```bash
npm run dev
```