This repository contains example of a OnixJS Project implementing different Front-End Frameworks.
$ git clone git@github.com:onixjs/examples.git
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 onixjs-reactnative
$ 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.
Jonathan Casarrubias 💡 |
Andres David Jimenez 💡 |
Miguel Serrano 💡 |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!