Project | Technologies | How to use | How to contribute | License
RocketShoes is an App to buy your favorite pair of sneakers.
- 🔵 ReactJS — A JavaScript library for building user interfaces.
- 💹 JSON-Server — A full fake REST API with zero coding in less than 30 seconds.
- 💹 Axios — Promise based HTTP client for the browser and node.js
- 💹 SASS — Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.
- 💹 Styled-Components — Styled-components allows you to write actual CSS code to style your components. It also removes the mapping between components and styles.
To clone and run this application, you'll need Git, Node.js installed on your computer.
# Clone this repository
$ git clone https://github.com/Gui-Devz/desafio02-trilha-reactjs.git
# Go into the repository
$ cd desafio02-trilha-reactjs
# Install dependencies
$ yarn install
# Run
$ yarn start
# running on port 3000
#Start the server
$yarn server
# running on port 3333- Make a fork;
- Create a branch with your feature:
git checkout -b my-feature; - Commit changes:
git commit -m 'feat: My new feature'; - Make a push to your branch:
git push origin my-feature.
After merging your receipt request to done, you can delete a branch from yours.
his project is under the MIT license.
Made with ♥ by Guilherme Zagari 👋 Get in touch!