Skip to content

A marketplace of shoes that will be built with ReactJS and Redux

Notifications You must be signed in to change notification settings

mbssilva/rocketshoes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rocketshoes

A marketplace of shoes built with ReactJS, using tools as Redux, Redux Saga, Immer and Tostify

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn json-server server.json -p 3333

Runs the fake database available in the project directory using the port 3333 (you can change if necessary). Before using this script you must run yarn add json-server. Open http://localhost:3333 to view it in the browser. Routes:

  • products:
  • /products
  • /products/${id}
  • stock:
  • /stock
  • /stock/${id}

About

A marketplace of shoes that will be built with ReactJS and Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published