An application created with the new version of Next JS. The purpose of this application is to create an online chat, in which users will log into their facebook account.
- Built with Tailwindcss
- Responsive Design
- NextJS v.13
- Typescript
- Redis
- NextAuth
- SWR (useSWR)
- TailwindCSS
- Upstash
- Vercel
First, create a new .env
file on the root directory, using the .env.example
template as base.
After that, to start the server, run:
$ npm run dev
To run the local Vite web client:
$ npm install
$ npm run dev