/server-socket-001-typescript

node server with express, sockets and typescript

Primary LanguageTypeScript

server-socket-001-typescript

node server with express, sockets and typescript

Install dependecies

npm install

Run project in mode watching to transpile typescript to javascript

npm run tsc

Run project in mode watching to listen any change in code and run again the server

npm run dev