native5 / app
Sample Application using the Native5 Platform
Package info
github.com/native5/native5-app
Language:JavaScript
Type:project
pkg:composer/native5/app
0.3.0
2013-12-26 05:35 UTC
Requires
This package is not auto-updated.
Last update: 2026-02-24 07:59:20 UTC
README
See Getting started to setup your application. Drop in or symlink your application into your webserver applications folder to have your first multi-channel application on the Native5 Platform.
#Accessing the application Credentials for demo application : demo/demo
#Structure (Understanding the app folder hierarchy)
- controllers # Store your request handlers for incoming web requests.
- models # Application specific data structures
- views # Store all your dynamic UX content here. ** templates # Twig markup based templates ** resources # JS/CSS (Can also include SASS files)
- libs ## Reusable application code.
- index.php # Entry point for Application
- config # Configuration
- composer.json # Define your third party libraries/dependencies which can be downloaded using composer.
- .htaccess # Used by Apache to redirect incoming calls onto index.php #Change at own risk.