Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 540 Bytes

File metadata and controls

32 lines (25 loc) · 540 Bytes

This is a simple chat app made with React

Setup guide:

  1. Clone this project
  2. run
npm install
  1. Add an .env in the root of the project. In the .env file, add 2 constant:
REACT_APP_BUNQ_API_BASE_URL = '<api_base_url>'
REACT_APP_BUNQ_API_TOKEN = '<api_token>'
  1. To start the app in your local environment, run:
npm run start 

and

npm run server

Run these commands in 2 different terminals.

  1. HORRAYYY 🌟 You should be all set up!

🔓 The login password is: 'bunq'