Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

innonymous/web-client

Repository files navigation

Innonymous Web client

NOTE: this repo is a part of project, see full README first

Web implementation of Innonymous chat

Install and run

  1. Install node and npm. Guide
$ node -v       
v16.3.0
$ npm -v       
7.17.0
  1. Configure .env file:
REACT_APP_API_URL=https://innonymous.tk/api/
  1. Install depencencies and run frontend!
$ npm install
$ npm start

Done! Frontend is avaliable at http://localhost:3000