With New Relic.
- Install the LTS version of
node
[~8.11.x] (an installer is available at https://nodejs.org/) - Install
yarn
(using a package manager: on Mac, use Hombrew. On PC, well, figure it out 😉 - https://yarnpkg.com/ will provide guidance)
- Clone the repository
- Navigate to the project directory using the command line/terminal
- Run
yarn install
- Run
NEW_RELIC_KEY=your_key_here node index.js
- Using your web browser, view the "app" at
http://localhost:2112