Skip to content

ViniciusTavares/accounts-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accounts Web

This project was bootstrapped with Create React App.

Requirements

  • NodeJS
  • This projects relies on data provided by Accounts-Api.

Running

After setting Accounts-Api up, copy the file env-example to .env.local

cp .env-example .env.local

Change the env var REACT_APP_SERVER_URL with the proper server url.

For instance, if Accounts-Api is running on port 3000, it would be:

REACT_APP_SERVER_URL=http://localhost:3000

Install packages

npm install

Run the project

npm start

About

accounts-web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published