https://github.com/ugnmura/simple-chatapp
:speech_balloon: Chat app created with express.js, next.js, socket.io
https://github.com/ugnmura/simple-chatapp
chat express nextjs socket-io tailwindcss yarn yarn-workspaces
Last synced: 3 months ago
JSON representation
:speech_balloon: Chat app created with express.js, next.js, socket.io
- Host: GitHub
- URL: https://github.com/ugnmura/simple-chatapp
- Owner: ugnmura
- License: mit
- Created: 2021-10-12T06:21:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T20:40:41.000Z (about 4 years ago)
- Last Synced: 2025-02-15T02:35:32.421Z (over 1 year ago)
- Topics: chat, express, nextjs, socket-io, tailwindcss, yarn, yarn-workspaces
- Language: TypeScript
- Homepage:
- Size: 711 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Chatapp :speech_balloon:
[](https://github.com/SushiWaUmai/Simple-Chatapp/releases)
Simple Chatapp created with Express, Next.js and sockets
NOTE: This is a side project for learning the web.
### Getting started
Run the following command on the root
```bash
pnpm i
```
Run following commands on different terminals to start developing
```bash
pnpm lerna dev
```
### License
[MIT License](LICENSE)