- NodeJS
- clone repository
- run
npm install
- run
npm run build
to build ReactJS application (/src
directory) - run
npm i -g tsx
(alternatively, transpile server code) - run
tsx server/server.ts
to start the server. By default, the application will be available at http://localhost:3001/
When using a reverse proxy, be sure to enable web sockets support.