Todo list web app
View the Project on GitHub jacobgoudy/react-redux-typescript-boilerplate-master
A bare minimum react-redux-webpack-typescript boilerplate with TodoMVC example.
Note that this project does not include Server-Side Rendering, Static code analysis, Testing Frameworks and other stuffs that makes the package unnecessarily complicated. (e.g. yarn, tslint, jest, …)
If needed, please fork this repository and add your own that meets your requirements.
Ideal for creating React apps from the scratch.
See also: react-mobx-typescript-boilerplate
$ npm ci
$ npm start
$ npm run build
$ npm run deploy
$ npm run prettier
MIT