git clone [email protected]:swazza/svelte-redux.git
cd svelte-redux
yarn install
yarn dev
Open http://localhost:5000. You should see a simple counter example. It has been hooked up to the redux dev tools. So if you have redux dev tools extension installed on chrome, you can view the actions and state and everything else.
Create react-redux type connect function.