bulpherjs/examples/helloworld
2020-03-23 11:15:33 +05:00
..
main.go Licensing information. 2020-03-23 11:15:33 +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

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.