Files
browser-wakatime/DEVELOPMENT.md
Vu Nguyen 8ade367b3f Redux toolkit (#115)
* add @redux/toolkit

* bump react version to allow for hooks

* add remote-redux devtools to help track extension state

* add remote-redux server to allow for remote state viewing

* setup react-redux for current user

* setup watch mode for running redux remote dev watch to options

* move screenshots
2021-01-22 16:37:59 -08:00

15 lines
477 B
Markdown

## Pre-requisites
- node v11.15.0
- npm 6.7.0
It is suggested you use [nvm](https://github.com/nvm-sh/nvm) to manage your node version
It is suggested to install this globally[@xarc/run-cli](https://www.npmjs.com/package/@xarc/run-cli)
This will allow you to run varios tasks
![xrun auto complete](./screenshots/xrun-autocomplete.png)
In devmode you can open [local remote devtools](http://localhost:8000)
![remote redux devtools](./screenshots/remote-redux-devtools.png)