A basic twitter clone built to demonstrate the full stack 🥞 (client, server, database). It's kind of a mini Twitter which for now only have the tweets which can be sent by anyone and will be displayed on the page.
- Open the terminal:
- git clone https://github.com/AnshitaVishwa/TwitterClone.git
- cd TwitterClone/client/
- type : live-server
Here it starts your static server.
- You also need to have some dependencies installed:
- Open a new terminal:
- cd TwitterClone/server/
a. npm i express
b. npm i morgan
c. npm i cors
d. npm i monk
e. npm i bad-words
- Type : npm run dev
Here it starts your Dynamic Server.
Here you go :)