Skip to content

Latest commit

 

History

History
84 lines (62 loc) · 3.06 KB

README.md

File metadata and controls

84 lines (62 loc) · 3.06 KB

NetShoes Clone App with React and Redux.

GitHub top language GitHub language count Repository size GitHub last commit Repository issues GitHub

Technologies   |    How To Use   |    License

Home

Home

Cart Clear

Cart-Clear

Cart with Products

Cart-Full

Demo on

Demo on Netlify

🚀 Technologies

This project was developed at the RocketSeat GoStack Bootcamp with the following technologies:

ℹ️ How To Use

To clone and run this application, you'll need Git, [Node.js v10.16][nodejs] or higher + [Yarn v1.13][yarn] or higher installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/tiagoalmeidz/Rocketshoes

# Go into the repository
$ cd Rocketshoes

# Install dependencies
$ yarn install

# Run the app
$ yarn start