Built with:
Production release powered by Vercel.
In order to run the apllication in dev mode, you will need Node.js installed. Clone the repository and run:
npm install
npm start
Development server should be ready at http://localhost:3000/.
Public url: https://realtime-chat.vercel.app.
You can see an UI components showcase on /ui route. Most UI components were developed in isolation using this pattern, inspired by tools like Storybook or Atomic Design.
- Emojis support.
- Tests (E2E, unit tests).
- A comprehensive Webpack configuration.