Skip to content

Frontend (web) of the project be-the-hero made with the omnistack11.

Notifications You must be signed in to change notification settings

rafaelcascalho/be-the-hero-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Be the hero - Web (Frontend)

Netlify Status

This is my personal implementation of the app be-the-hero from the omnistack 11 make by rocketseat.

Screenshots

Preview-screenshots

Access the app

Click this link and access the deployed app right now.

📚 Documentation 📚

Here is a link to the project docs.

Getting Started

Prerequisites

⚠️ Required ⚠️

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

Instalation

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.

Connect to the API

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

Built With

About

Frontend (web) of the project be-the-hero made with the omnistack11.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published