https://github.com/danwahlin/typescript-fundamentals
Sample code from the TypeScript Fundamentals course on Pluralsight.com
https://github.com/danwahlin/typescript-fundamentals
typescript
Last synced: about 1 year ago
JSON representation
Sample code from the TypeScript Fundamentals course on Pluralsight.com
- Host: GitHub
- URL: https://github.com/danwahlin/typescript-fundamentals
- Owner: DanWahlin
- License: mit
- Created: 2021-08-06T22:24:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T19:59:21.000Z (over 3 years ago)
- Last Synced: 2025-03-30T15:36:36.503Z (over 1 year ago)
- Topics: typescript
- Language: TypeScript
- Homepage:
- Size: 400 KB
- Stars: 56
- Watchers: 3
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript Fundamentals
Code samples from the TypeScript Fundamentals course on [Pluralsight.com](https://pluralsight.com). Samples for each module from the course can be found in the `src` directory.
## Running the Project
1. Install Node.js LTS ([https://nodejs.org](https://nodejs.org))
1. Open a command window at the root of this project
1. Run `npm install`
1. Run `npm start` to start the web server and run the app
**NOTE:**
Running `npm start` compiles your TypeScript and loads the JavaScript bundle into memory (you won't see a `dist` folder created in this case).
If you want to compile your TypeScript and create a bundle in the `dist` folder you can run `npm run webpack` or
`npm run webpack:w` (if you want webpack to watch for changes to files).
## Credits
Font Awesome Free icons are being used as per the kit guidelines https://fontawesome.com/kits