Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 342 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 342 Bytes

Kuhluhs

An illustration of an async action creator.

Setup

After cloning this repo:

yarn

To run the server:

yarn build
yarn server

Then go to http://localhost:3000

Or, to run webpack-dev-server:

yarn start

And go to http://localhost:8080