This project was built with redux-typed-kit, which provides a simple way to create class-based Redux architecture, VueJS, JSX, TypeScript.
Make sure you have Node version >= 8.0 and (NPM >= 5 or Yarn)
# Clone/Download the repo
git clone https://github.com/ordenilluminaten/redux-typed-kit-example.git
# move to the repo directory
cd redux-typed-kit-example
# install all dependencies with npm
npm install
# start the dev server
npm run serve
# build development script
npm run d
# build production script
npm run p
go to http://localhost:8080 in your browser