Closed slifty closed 4 years ago
I agree entirely that I accidentally expanded the scope of this PR and had to yak shave as a result.
That said, the yak is shaved... Please give it another look and let me know if you're ok with that solution! I am also happy to break this into two PRs since this has gotten a little large.
Description
This PR adds a logger, as well as supporting utilities necessary for creating our first actual lines of code such as
dotenv
(for configuration) andmodule-alias
(for absolute imports).I had to work to avoid a serious yak shave here, and the logger is quite simple and bland. It is just a console logger for now. I anticipate greater complexity before too long, which is why I decided to give it an entire directory.
Due Diligence Checklist
Steps to Test
yarn start
Deploy Notes
yarn install
cp .env.template .env
vi .env
Related Issues
This is the final item on our node stack setup so... resolves #6