bulpherjs/examples/helloworld
Stanislav Nikitin 6c55dbc690
Moving towards Application thing and reactivity.
2020-05-17 19:37:58 +05:00
..
Makefile Initial commit with some working code and basic example. 2020-03-21 13:04:54 +05:00
README.md Initial commit with some working code and basic example. 2020-03-21 13:04:54 +05:00
main.go Moving towards Application thing and reactivity. 2020-05-17 19:37:58 +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.