Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ccrsxx/chat-app
- Owner: ccrsxx
- Created: 2022-08-16T15:05:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T02:53:58.000Z (over 2 years ago)
- Last Synced: 2024-10-11T10:51:40.551Z (3 months ago)
- Topics: firebase, framer-motion, nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://chat-app-ccrsxx.vercel.app
- Size: 603 KB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```