Toukoms / hiChat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hiChat

A simple chat application made with react and nodejs

Screenshots

App Screenshot

Installation

Clone this project first and go to the project directory

    git clone "https://github.com/Toukoms/hiChat"
    cd hiChat

Install all dependence with npm

For react app :

    cd /app
    npm install

After do that, swicth to server directory

For server node :

    cd ../server
    npm install

Run Locally

Go to the server directory

  cd hiChat/server

Start the server

  npm start

Go to the app directory

  cd ../server

Start the app

  npm start

Feedback

If you have any feedback, please reach out to us at tokiniaina090605@gmail.com

About


Languages

Language:JavaScript 93.2%Language:HTML 5.5%Language:CSS 1.0%Language:Shell 0.3%