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

arthurbergmz/organiser-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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