Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 633 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 633 Bytes

Shopping Cart ReactJS

Shopping cart developed in challenge 02 of the rocketseat ignite course.

Screenshots

Shopping Cart 1


Shopping Cart 2


# Clone this project
$ https://github.com/ewertonspezia/ShoppingCartReactJS

# Access
$ cd ShoppingCartReactJS

# Install dependencies
$ yarn

# Run the project
$ yarn server
$ yarn start

# The server will initialize in the <http://localhost:3000>