Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 318 Bytes

README.md

File metadata and controls

23 lines (23 loc) · 318 Bytes

Technologies stack

Frontend

  • NextJS
  • TypeScript
  • Redux/redux-thunk
  • styled-components
  • socket.io

Backend

  • ExpressJS
  • MongoDB
  • Mongoose
  • ts-node
  • socket.io
  • JWT

Getting start

# Frontend (client folder)
1. yarn install
2. yarn dev
# Backend (server folder)
1. yarn install
2. yarn start