- Clone this project
- run
npm install
- 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>'
- To start the app in your local environment, run:
npm run start
and
npm run server
Run these commands in 2 different terminals.
- HORRAYYY 🌟 You should be all set up!