https://github.com/beyondjs/hello-world
BeyondJS Says
https://github.com/beyondjs/hello-world
Last synced: 11 months ago
JSON representation
BeyondJS Says
- Host: GitHub
- URL: https://github.com/beyondjs/hello-world
- Owner: beyondjs
- License: mit
- Created: 2015-10-15T14:26:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T19:05:47.000Z (over 10 years ago)
- Last Synced: 2025-04-08T04:49:57.455Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://beyondjs.github.io/hello-world/
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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