Skip to content

Commit de340c6

Browse files
committed
Added TypeScript Socket.IO course info
1 parent 7721f36 commit de340c6

9 files changed

+10
-10
lines changed

dist/app.js

-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ class App {
3333
}
3434
}
3535
exports.default = App;
36-
//# sourceMappingURL=app.js.map

dist/models/Bird.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
3-
//# sourceMappingURL=Bird.js.map

dist/models/Cat.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
3-
//# sourceMappingURL=Cat.js.map

dist/models/Dog.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
3-
//# sourceMappingURL=Dog.js.map

dist/router.js

-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,3 @@ class Router {
9292
}
9393
}
9494
exports.default = Router;
95-
//# sourceMappingURL=router.js.map

dist/server.js

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ const server = new app_1.default().Start(port)
1212
process.exit(1);
1313
});
1414
exports.default = server;
15-
//# sourceMappingURL=server.js.map

readme.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
## Seans-TypeScript-NodeJS-CRUD-REST-API-Boilerplate
22

33
### MIT License
4-
Rememeber, No guarantees, or even fit for a particular purpose.
5-
6-
This project will be updated slowly as required, so stay tuned.
4+
Remember, No guarantees, or even fit for a particular purpose.
75

86
If you have a suggestion, or you want to contribute some code, you are free to make a pull request.
97

@@ -76,3 +74,11 @@ https://seans-typescript-nodejs-crud.herokuapp.com/swagger
7674
### Delete Record
7775
![Example Delete](docs/delete-example.png)
7876

77+
# TypeScript Socket.IO Course
78+
79+
If you got this far, you probably like TypeScript just like I do,
80+
I have created a course to teach TypeScript together with Socket.IO so please check it out.
81+
82+
[![TypeScript SocketIO Introduction](tssock-course.png)](https://youtu.be/3uLSNctzkkw)
83+
84+

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"resolveJsonModule": true,
66
"esModuleInterop": true,
77
"outDir": "dist",
8-
"sourceMap": true
8+
//"sourceMap": true
99
},
1010
"files": [
1111
"./node_modules/@types/node/index.d.ts"

tssock-course.png

314 KB
Loading

0 commit comments

Comments
 (0)