/redux-land-example

example of redux-land with typescript

Primary LanguageTypeScript

redux-land-example

this repository is a example of redux-land

setup

clone this repo.

git clone https://github.com/KoyamaSohei/redux-land-example.git

install node modules.

yarn install

build

yarn build

start webpack-dev-server

yarn serve

open http://localhost:8080

screenshot