An open API service indexing awesome lists of open source software.

https://github.com/beyondjs/hello-world

BeyondJS Says
https://github.com/beyondjs/hello-world

Last synced: 11 months ago
JSON representation

BeyondJS Says

Awesome Lists containing this project

README

          

# Get Started

`Beyond.js` is a framework for building scalable, modular, single page web applications. This is a ``hello world`` example.

## Getting Started

To get started with `beyond.js` it's require at least Node.js v0.12.7

Once you clone this repository, you have to install dependencies, for that, you have to use this command:

```shell
npm install
```
Now you are ready to start develop awesome web appliacations. To start server use:

```shell
node server
```

Go to [http://localhost:3010/application/en/hello-world](http://localhost:3010/application/en/hello-world) to see the example running