About | Technologies | How To Use | License | Author
E-commerce project developed at Rocketseat GoStack Bootcamp, where you can choose the products and add them to the cart, changing the quantity, viewing the subtotal and the total price of the actual order.
This project was developed with the following technologies:
-
Common technologies:
-
Web:
-
Mobile:
To clone and run this application, you'll need Git, Node.js and Yarn v1 installed on your computer and an Android Device or Emulator to run the mobile app. From your command line:
To run the frontend Web:
# Clone the web repository
$ git clone https://github.com/rafacdomin/rocketshoes-web
# Go into the repository
$ cd rocketshoes-web
# Install dependencies
$ yarn install
# Run the app
$ yarn start
Now access on your browser: http://localhost:3000
To run the Mobile app:
# Clone the mobile repository
$ git clone https://github.com/rafacdomin/rocketshoes-mobile
# Go into the repository
$ cd rocketshoes-mobile
# Install dependencies
$ yarn install
# Start the metro server
$ npx react-native start
# Run the app
$ npx react-native run-android
This project is under the MIT license. See the LICENSE for more information.
Made with 💜 by Rafael Domingues 👋 Get in touch!