pinpointdev90 / chat-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat-app

Setup

In order to run the project locally, you must have node and npm or yarn installed globally.

Step1

Clone the project and install dependencies in both frontend and backend directory.

git clone https://github.com/pinpointdev90/chat-app.git
cd chat-app/frontend && npm install
cd chat-app/backend && npm install

Step2

Create a mysql database and insert environment variables.

Step 3

cd chat-app/frontend && npm run dev
cd chat-app/backend && npm run dev

About


Languages

Language:TypeScript 86.3%Language:SCSS 13.1%Language:Dockerfile 0.4%Language:JavaScript 0.1%