A basic todo app implementing React, Typescript, Tailwind, SCSS and Webpack. Localstorage is used to persist state. No class based components are used in keeping with modern React philosophy.
npm i to install. Then:
npm start - runs dev server with live reloading on http://localhost:9000
npm run dev - creates a development build in dist folder
npm run build- creates a production build in dist folder