1.0.0 • Published 5 years ago

sochajs v1.0.0

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
5 years ago

SOCHAjs

Simple Organization for Cordova Hybrid Applications

License: BSD 3-Clause License

Copyright (c) guicdp7 - 2019

Author: Guilherme Cristino

Creation Date: 06/05/2019

Description:

SOCHAjs is a framework for developing hybrid applications with apache cordova, using object-oriented ECMAScript 6 (ES6) javascript.

Advantages of using SOCHAjs:

  • Object Oriented Programming
  • MVC Organization Pattern
  • Single Page Application (SPA)
  • Simple Multi-Language Support

Quick Start

  • Install Node JS
  • Install Apache Cordova
  • Install Gulp
  • Clone This Repository
  • Open the command line in your project folder and type: npm i
  • In your command line type: gulp
  • In your command line type: cordova platform add browser
  • In your command line type: cordova run browser

Learn more here