This is my implementation for the backdrop coding challenge.
Use the package manager node to install dependencies.
npm install
Create a config folder in the root of the application and add these files:
development.env
test.env
The file .env.example contains the necessary keys for the app to run.
start app
npm run dev
run test
npm run test