Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 374 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 374 Bytes

Node.js hello world

Prerequisites

Install dependencies

$ yarn install

Tests

You can run the tests with

$ yarn test

Running

$ yarn start

The application should be available at http://localhost:8080.