Todo App A simple todo application written in reactjs with typescript Installation Install all the dependencies $ yarn create react-app my-app Serve To serve in the browser $ yarn start Serve on localhost:300 Build Compile and build $ yarn build