arthurbergmz / organiser-helloworld

Organiser - "Hello, world!" example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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