✔️ Simple todo app using React, MobX, TypeScript, React Hook Form, Styled components and Evergreen UI
- react 17.0
- mobx 6.0.4
- mobx-react-lite 3.1.6
- react-hook-form 6.13
- styled-components 5.2
- evergreen-ui 5.1.2
- typescript 4.1.3
# via http
$ git clone https://github.com/on3dd/react-mobx-todo.git
or
# via ssh
$ git clone git@github.com:on3dd/react-mobx-todo.git
$ cd react-mobx-todo
npm install
go to created folder and run:
yarn start || npm run start — this will start dev server with hot reload on localhost:3000.
yarn build || npm run build — this will build production bundle, with tree-shaking, uglify and all this modern fancy stuff