https://github.com/1337programming/full-stack-typescript
Example of using typeScript on a server and client application
https://github.com/1337programming/full-stack-typescript
Last synced: 5 months ago
JSON representation
Example of using typeScript on a server and client application
- Host: GitHub
- URL: https://github.com/1337programming/full-stack-typescript
- Owner: 1337programming
- Created: 2016-08-09T15:11:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T16:57:58.000Z (over 9 years ago)
- Last Synced: 2025-01-08T07:42:49.105Z (about 1 year ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack TypeScript
Example of using typeScript on a server and client application
## Setup
`npm install`
## run
`npm run client`
`npm run server`