##collaborative list
This is a Next.js project
It was set up with Node version 20, NPM version 10.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
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