This is my personal implementation of the app be-the-hero from the omnistack 11 make by rocketseat.
Click this link and access the deployed app right now.
Here is a link to the project docs.
Node current LTS
To install node
and npm
just download it here or follow this tutorial.
To check the version run the command
$ node -v
v12.16.1
Yarn version 1.22.4 or npm (latest is advised)
To install yarn
just follow their docs
To check the version run the command
$ yarn -v
1.22.4
Clone the repository
$ git clone https://github.com/rafaelcascalho/be-the-hero-frontend.git
$ cd be-the-hero-frontend
Install the dependencies
$ yarn install
If you use npm, just exchange the word yarn
for npm
.
Setup the Backend (API) locally and have it up and running, that's it.
To run the app locally just run the command
$ yarn start
- React - Frontend JavaScript Framework
- React Router Dom - Web Router
- React Icons - Icons Library
- Prettier - Code formatter
- Editorconfig - Code style enforcer
- Axios - HTTP Client
- Dotenv - .env file config vars setup