https://github.com/pujitm/ts-express-ws-starter
https://github.com/pujitm/ts-express-ws-starter
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pujitm/ts-express-ws-starter
- Owner: pujitm
- Created: 2019-04-20T02:49:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T20:11:31.000Z (over 3 years ago)
- Last Synced: 2025-10-27T01:54:05.583Z (9 months ago)
- Language: TypeScript
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-express-ws-starter
Starter project with Typescript, Express, and Websockets (express-ws), compatible with VSCode and Visual Studio.
See scripts in `package.json`. Allows for better Windows-Mac-Linux collaboration.
## Getting Started
1. Fork or clone
2. Change remote url --> https://help.github.com/en/articles/changing-a-remotes-url
3. `npm install --dev` or `npm install`. Make sure Typescript is installed globally. If it isn't, change `tsc` in the npm scripts to refer to a project-specific reference (likely in `./node_modules/.bin`).
4. Run your platform-specific variant of `npm run start`