Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 439 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 439 Bytes

HelloWorld

Organiser example

A server with only a GET endpoint at localhost:3000 (default) that shows Hello, world! as plain text.

how to run

  1. install dependencies
$ npm install
  1. compile scripts
$ npm run build
  1. start server
$ npm start

how to develop

  1. install dependencies
$ npm install
  1. start server (with hot reload)
$ npm run dev