A clone of Product Hunt, result of Starter from Rocketseat.
- React
- Typescript
- Unform
- axios
- Yup
- react-router-dom
- styled-components
- react-icons
- eslint
- prettier
# Clone repository
$ git clone https://github.com/r3nanp/hunt.git
# Run this command at root of directory
$ yarn or npm run install
# Create a new branch with your changes:
$ git checkout -b <branch>
# Save your changes and create a commit message telling you what you did:
$ git commit -m "<commit>"
# Submit your changes:
$ git push origin <branch>
# To run the app in your machine:
$ yarn start or npm run start
# To build the app:
$ yarn build or npm run build