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:
npm installNow you are ready to start develop awesome web appliacations. To start server use:
node serverGo to http://localhost:3010/application/en/hello-world to see the example running