Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 760 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 760 Bytes

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