This TODO app demonstrates how to create simple app using Preact and Mobx.
Application developned using Preact CLI and also modified configuration to use SASS and Flow.
Flow used as static type checker.
ESLint used to lint javascript code.
Application developed using TodoMVC styles
- run
yarn install
- run
yarn start
- run
yarn install
- run
yarn build
This application allow you to:
- Create list with TODOs
- Remove TODOs
- Edit TODOs.
- Review Preact configuration with Mobx as state manager, styled components and SASS support.
- Preact
- Preact CLI
- Flow
- Mobx-State-Tree
- Mobx
- Styled components
- Webpack 4
- ESLint
- Prettier
- HMR
- Babel
- PostCSS
- SASS
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Vlad Morzhanov
Copyright (c) 2018 Vlad Morzhanov. You can review license in the LICENSE file.