Redux transition experiment
Playing around building redux-style store driven game Demo
How to use
Clone the repo and install local dependencies run:
npm i
--
To develop run:
npm start
and open localhost:8080
To build production package run:
npm run prod
and you will find compiled files in /dist
directory.
Support
Please open an issue for support.
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.