bulpherjs/examples/helloworld
Stanislav Nikitin cb8236eb92
Move html/head/navbar into elements.
2022-01-07 10:53:39 +05:00
..
Makefile Move html/head/navbar into elements. 2022-01-07 10:53:39 +05:00
README.md Initial commit with some working code and basic example. 2020-03-21 13:04:54 +05:00
main.go Move html/head/navbar into elements. 2022-01-07 10:53:39 +05:00

README.md

BulpherJS Hello World

This directory contains "hello world" example application with example Makefile. Feel free to use it in your applications.

To start issue this command:

make start-web

And open http://localhost:8080.

Makefile is self-documentational with default goal to show help. Issue make to get list of available targets.