Skip to content

azezsan/Chatgroop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatgroop

Quick Start

To get it running, follow the steps below:

Setup dependencies

# Install dependencies
npm install

# Create a `.env` for nextjs using the `.env.example` schema and fill the blanks
# You will have to have a Auth0 Account

# After that run it locally
npm run dev

About

Ever wondered how simple hop's channels can be? Stop right here! This is the perfect example to get you running with perfect hop's channels!

It uses Turborepo and contains:

apps
 |- expo
     |- Expo SDK 46
     |- React Native using React 18
     |- Tailwind using Nativewind
     |- Hop's Client
 |- next.js
     |- React 18
     |- TailwindCSS
     |- Hop's Client
packages
 |- tsconifg
     |- shared tsconfig files
 |- tailwind-config
     |- shared tailwind config file
 |- components
     |- shared React components

References

DevPost This project's DevPost