This is my demo project MultiMath to learn TypeScript from Pluralsight.
MultiMath is a simple math game built with TypeScript that helps practice multiplication problems. This project serves as a hands-on learning experience to understand TypeScript fundamentals including:
- TypeScript syntax and type annotations
- Compiling TypeScript to JavaScript
- Using webpack for bundling
- Building interactive web applications with TypeScript
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and navigate to
http://localhost:8080
app/app.ts- Main TypeScript application fileindex.html- HTML templatewebpack.config.js- Webpack configurationtsconfig.json- TypeScript configuration
This project helps me practice:
- TypeScript type system
- DOM manipulation with TypeScript
- Project setup and build tools
- Modern web development workflow
Happy coding with TypeScript! 🚀