Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 639 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 639 Bytes

##collaborative list

This is a Next.js project

It was set up with Node version 20, NPM version 10.

Run

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Overview

Top-level folders

  • server -- The server part is a Websocket server, running on the same port 3000 as the Web server

  • app -- the React client-side code

  • public -- static files, not used here (yet)

  • types -- shared types between client and server

    Continue with this links

Task Description

Solution Description