Skip to content

ciscoproo0/rocketshoes-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa951bf · Mar 31, 2020

History

3 Commits
Mar 30, 2020
Mar 30, 2020
Mar 30, 2020
Mar 31, 2020
Mar 30, 2020
Mar 30, 2020
Mar 30, 2020
Mar 30, 2020
Mar 30, 2020
Mar 30, 2020
Mar 30, 2020
Mar 30, 2020
Mar 30, 2020

Repository files navigation

Rocketshoes Mobile Version


A simple ecommerce, using React and Redux

Project made to understand functionality of Redux and Redux Saga.

App structure:

  • App
    • Redux
    • Header
      • Main
      • Cart

Here is Main and Cart pages:

RocketshoesMobile


Try it for yourself

clone the project and run using Yarn:

Download all dependencies:

yarn

Run the project

yarn dev

or NPM

Download all dependencies

npm install

Run the project

npm run dev

This project uses a fake API, using json-server.

Run json-server without installing it

npx json-server --host 192.168.xxx.xx -p 3333 server.json

server.json is a file in project root folder.


Francisco Silva / francisco.prosilva@gmail.com