This is a basic social-media app, where users can create posts and interact with each other using comments, created for educational purposes :)
To get a local copy up and running follow these simple steps.
-
npm
npm install npm@latest -g
-
typescript
npm install -g typescript
-
Clone the repo
git clone git@github.com:DavidFornander/chat-client.git
or
git clone https://github.com/DavidFornander/chat-client.git
-
Navigate to folder /chat-client/app
cd chat-client/app
-
Install NPM packages (Frontend)
npm install
-
Navigate to folder /chat-client/backend
cd chat-client/backend
-
Install NPM packages (Backend)
npm install
- Navigate to folder /chat-app/backend
cd chat-client/backend
- Run command
npm start
- Open a new terminal and navigate to folder /chat-app/app
cd chat-client/app
- Run command
npm start
Accept the prompt and the app should be accessible at the port number displayed in your terminal.
- Default adress: [http://localhost:3000]
- Backup adress: [http://localhost:3001]
David Fornader - David.Fornader@hotmail.com
Project Link: https://github.com/DavidFornander/chat-client