13 lines
354 B
Markdown
13 lines
354 B
Markdown
# 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:
|
|
|
|
```shell
|
|
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. |