To-do application written in TypeScript and bundled with Webpack
If you want run this project locally, here's the steps:
-
Install all dependencies
npm install
-
Install Typescript compiler globally
npm install -g typescript
-
Run local development server
npm run serve