This is simple hello-world project about how to use Hyron framework
- Document : https://docs.hyron.org
- Github : https://github.com/orgs/hyron-group
- Fanpage : https://www.facebook.com/hyron.group/
- Twitter : https://twitter.com/hyron_dev
git clone https://github.com/thangdjw/hyron-helloworld.git
npm i
node index.js
You also using @hyron/cli to run application with another useful feature
npm i -g @hyron/cli
hyron start
http://localhost:3000/demo/say-hello?yourName=world
http://localhost:3000/demo/say-hello-json?yourName=world