Skip to content

MarcosCamara01/twitter-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🛠 Installation & Set Up

Start server

Install dependencies

npm install

Run the development server:

npm start
# or
yarn start

Start client

Install dependecies

npm install

Run the development server:

npm run dev
# or
yarn dev