Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 546 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 546 Bytes

A Silly Book App

With New Relic.

Prerequisites

  1. Install the LTS version of node [~8.11.x] (an installer is available at https://nodejs.org/)
  2. Install yarn (using a package manager: on Mac, use Hombrew. On PC, well, figure it out 😉 - https://yarnpkg.com/ will provide guidance)

Installation

  1. Clone the repository
  2. Navigate to the project directory using the command line/terminal
  3. Run yarn install
  4. Run NEW_RELIC_KEY=your_key_here node index.js
  5. Using your web browser, view the "app" at http://localhost:2112