Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 437 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 437 Bytes

TODO APP

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:

Commands

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