- NextJs - React based framework for server side rendering.
- Socket.IO - Framework for real-time bidirectional event-based communication.
- React Testing Library - Testing library for React.
Create
.env
file and add AWS/Azure credentials for using cloud storage (see.env.local.example
for reference).
First install dependencies:
npm install
// or
yarn install
Then run using:
npm run dev
// or
yarn dev
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.