No description
- TypeScript 48.9%
- HTML 30.5%
- SCSS 11.1%
- JavaScript 9.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .vscode | ||
| src | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc.js | ||
| index.html | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| webpack.config.js | ||
TypeScript Fundamentals
Code samples from the TypeScript Fundamentals course on Pluralsight.com. Samples for each module from the course can be found in the src directory.
Running the Project
- Install Node.js LTS (https://nodejs.org)
- Open a command window at the root of this project
- Run
npm install - Run
npm startto 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