Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

ssdev-95/nlw-heat-dowhile-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dowhile-app

Project setup

Install dependencies

yarn install

Create a file called .env in the root of project with theese variables:

VUE_APP_GITHUB_CLIENT_ID -> Github OAuth Client ID

VUE_APP_API_HOST -> Url for backend of application

Refer to NLWHeatDoWhileAppNode repo for intruction on how to setup and run the api consumed in this project..

After api has been setup and running, run the application..

Compiles and hot-reloads for development

yarn serve

Enjoy :D

dowhile