Skip to content

nikita-suiazov/react-redux-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shop

Simple shop application based on the following technologies:

  • ReactJS
  • Redux

This is how it looks like: https://jumperok.github.io/react-redux-shop/#/

Installation

Clone from repository:

$ git clone https://github.com/Jumperok/react-redux-shop.git

Install dependencies inside "react-redux-shop" folder:

$ yarn // or 'npm i'

Running

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:

Sublime's custom image