/examples

OnixJS Examples - Demonstration of an OnixJS project implemented with different Front-End Frameworks

Primary LanguageJavaScript

OnixJS - FrameWork Beerpay Beerpay Coverage Status Travis npm (scoped)

alt text

This repository contains example of a OnixJS Project implementing different Front-End Frameworks.

Installation

$ git clone git@github.com:onixjs/examples.git

Setup

Install the NPM modules from the onixjs-server directory and from any front-end framework you would like to test.

$ cd onixjs-server
$ npm install
$ npm start

The commands just described will start a OnixJS Server, ready to serve Client Applications. Running the front end examples will require different approaches.

Angular App Example:

$ cd onixjs-ng
$ npm install
$ ng serve

React App Example:

$ cd onixjs-react
$ yarn install
$ yarn start

Vue App Example:

$ cd onixjs-vue
$ yarn install
$ yarn start

StencilJs App Example:

$ cd onixjs-stencil
$ npm install
$ npm run dev

Nativescript App Example:

$ cd onixjs-nativescript
$ npm install
$ tns platform add ios
$ tns run ios
$ tns platform add android
$ tns run android

React Native App Example:

$ cd onixjsReactNative
$ npm install
$ react-native run-ios

Electron App Example:

$ cd onixjs-electron
$ npm install
$ npm start

HINT: Run many client applications at the same time and have fun watching how updates are reflected in any of these examples in real-time.

Contributors


Jonathan Casarrubias

💻

Andres David Jimenez

💻

This project follows the all-contributors specification. Contributions of any kind welcome!