This repository contains example of a OnixJS Project implementing different Front-End Frameworks.
$ git clone git@github.com:onixjs/examples.gitInstall 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 startThe 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 serveReact App Example:
$ cd onixjs-react
$ yarn install
$ yarn startVue App Example:
$ cd onixjs-vue
$ yarn install
$ yarn startStencilJs App Example:
$ cd onixjs-stencil
$ npm install
$ npm run devNativescript App Example:
$ cd onixjs-nativescript
$ npm install
$ tns platform add ios
$ tns run ios
$ tns platform add android
$ tns run androidReact Native App Example:
$ cd onixjs-reactnative
$ npm install
$ react-native run-iosElectron App Example:
$ cd onixjs-electron
$ npm install
$ npm startHINT: Run many client applications at the same time and have fun watching how updates are reflected in any of these examples in real-time.
Jonathan Casarrubias 💡 |
Andres David Jimenez 💡 |
Miguel Serrano 💡 |
|---|
This project follows the all-contributors specification. Contributions of any kind welcome!
