bulpherjs/examples/helloworld/README.md

354 B

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.