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

Latest commit

 

History

History
34 lines (21 loc) · 572 Bytes

File metadata and controls

34 lines (21 loc) · 572 Bytes

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