Simple shop application based on the following technologies:
- ReactJS
- Redux
This is how it looks like: https://jumperok.github.io/react-redux-shop/#/
Clone from repository:
$ git clone https://github.com/Jumperok/react-redux-shop.git
Install dependencies inside "react-redux-shop" folder:
$ yarn // or 'npm i'
Inside "react-redux-shop" folder run application:
$ yarn start // or 'npm start'
If you did all right you will see in your browser something like this: