Skip to content

The web interface for ez.chat, built with React and Next.js.

License

Notifications You must be signed in to change notification settings

ezchat/web-interface

Repository files navigation

ez.chat frontend

Requirements Uses

The front end for ez.chat, built with Next.js, TypeScript and React.

Setup

Assuming yarn and Node.js 8+ is installed and in PATH, run yarn to install required dependencies.

To start the project, run yarn dev. In production, run yarn build to build minified assets and bundles followed by yarn start to start the production server.

Configuration

Create a config.json in the top level of the project and then add the following content:

{
  "ip": "<insert absolute (with http) IP to the chat server here>"
}

About

The web interface for ez.chat, built with React and Next.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published