Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 658 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 658 Bytes

ChatSwift - Chat Application

Installation Guide

Requirements

cd public
mv .env.example .env
cd ..
cd server
mv .env.example .env
cd ..

Now install the dependencies

cd server
yarn
cd ..
cd public
yarn

We are almost done, Now just start the development server.

For Frontend.

cd public
yarn start

For Backend.

Open another terminal in folder, Also make sure mongodb is running in background.

cd server
yarn start

Done! Now open localhost:3000 in your browser.