Skip to content

thangdjw/hyron-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is simple hello-world project about how to use Hyron framework

Reference

Usage

Step 1 : Clone github repo

git clone https://github.com/thangdjw/hyron-helloworld.git

Step 2 : Install application

npm i

Step 3 : Start project

node index.js

You also using @hyron/cli to run application with another useful feature

npm i -g @hyron/cli
hyron start

Result

http://localhost:3000/demo/say-hello?yourName=world
http://localhost:3000/demo/say-hello-json?yourName=world

About

api to say hello

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published