Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pj-mill/typescript_fundamentals
Contains several basic that demonstrate Typescript fundamentals and how to wire up Typescript with other frameworks
https://github.com/pj-mill/typescript_fundamentals
asp-net-core batch-file browserify gulp html nodejs typescript watchify
Last synced: 22 days ago
JSON representation
Contains several basic that demonstrate Typescript fundamentals and how to wire up Typescript with other frameworks
- Host: GitHub
- URL: https://github.com/pj-mill/typescript_fundamentals
- Owner: pj-mill
- Created: 2017-01-24T14:12:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T11:05:39.000Z (almost 8 years ago)
- Last Synced: 2024-03-20T12:53:12.157Z (10 months ago)
- Topics: asp-net-core, batch-file, browserify, gulp, html, nodejs, typescript, watchify
- Language: HTML
- Homepage:
- Size: 522 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript_Fundamentals
Developed using Visual Studio Code & Visual Studio 2015.
---
###Frameworks
|Framework|
|---------|
|Typescript|
|Node.JS|
|Gulp|
|Uglify|
|Browserify|
|Watchify|
|Asp.Net Core|
|Html|
|Javascript|
|Batch Files|---
### Features
|Feature|Description|
|-------|-----------|
|Classes| Demonstration of abstract classes [Here](https://github.com/Apollo013/Typescript_Fundamentals/blob/master/src/common/models/abstract/person.ts) & inheritance [Here](https://github.com/Apollo013/Typescript_Fundamentals/blob/master/src/human_resources/models/employee.ts)|
|Interfaces| Declaration of Interfaces [Here](https://github.com/Apollo013/Typescript_Fundamentals/blob/master/src/human_resources/services/contracts/payroll-contract.ts) & implementation [Here](https://github.com/Apollo013/Typescript_Fundamentals/blob/master/src/human_resources/services/payroll-service.ts)|
|Enums| Declaration of enums [Here](https://github.com/Apollo013/Typescript_Fundamentals/blob/master/src/utilities/enums.ts) & implementation [Here](https://github.com/Apollo013/Typescript_Fundamentals/blob/master/src/human_resources/services/payroll-service.ts)|---
The following are projects that are here to demonstrate how typescript can be wired up with other frameworks including Node, Gulp, Uglify, Browserify, etc...
### Projects
|Project|Description|
|-------|-----------|
|[TypeScript_AspNetCore_Fundamentals](https://github.com/Apollo013/Typescript_Fundamentals/tree/master/Projects/TypeScript_AspNetCore_Fundamentals)| Demonstrates typescript in an Asp.Net Core Solution|
|[TypeScript_Gulp_Fundamentals](https://github.com/Apollo013/Typescript_Fundamentals/tree/master/Projects/TypeScript_Gulp_Fundamentals)| Demonstrates typescript in use with Gulp, Browserfy, Watchify, Uglify|