Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 229 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 229 Bytes

React/Next.js/socket.io

From scratch Realtime Twitter web app (Get tweets, Post tweet).

## 1. Install packages
 ```$ npm install ``` 
 
 O con yarn:
 
 ```$ yarn install```

## 2. Run project in dev mode

```$ yarn dev```