Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 174 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 174 Bytes

how to run the project etc etc

  1. start mysql service
  2. create a mysql database called posts
  3. start redis-server

server

cd server
yarn watch
yarn dev