8000 GitHub - DavidFornander/chat-client: A simple chat client.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DavidFornander/chat-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-Client (Full Stack)

About The Project

This is a basic social-media app, where users can create posts and interact with each other using comments, created for educational purposes :)

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • npm

    npm install npm@latest -g
  • typescript

    npm install -g typescript

Installation

  1. Clone the repo

    git clone git@github.com:DavidFornander/chat-client.git

    or

    git clone https://github.com/DavidFornander/chat-client.git
  2. Navigate to folder /chat-client/app

    cd chat-client/app
  3. Install NPM packages (Frontend)

    npm install
  4. Navigate to folder /chat-client/backend

    cd chat-client/backend
  5. Install NPM packages (Backend)

    npm install

Usage

To run the application

  1. Navigate to folder /chat-app/backend
    cd chat-client/backend
  2. Run command
    npm start
  3. Open a new terminal and navigate to folder /chat-app/app
    cd chat-client/app
  4. Run command
    npm start

OBS! At this stage the terminal may promt you to change port number to an available port.

Accept the prompt and the app should be accessible at the port number displayed in your terminal.

Contact

David Fornader - David.Fornader@hotmail.com

Project Link: https://github.com/DavidFornander/chat-client

(back to top)

About

A simple chat client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0