https://github.com/thejavaguy/typescript-fundamentals
https://github.com/thejavaguy/typescript-fundamentals
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thejavaguy/typescript-fundamentals
- Owner: TheJavaGuy
- License: mit
- Created: 2023-09-05T13:16:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T13:16:39.000Z (almost 3 years ago)
- Last Synced: 2025-10-05T00:49:17.297Z (8 months ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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