native5/app

Sample Application using the Native5 Platform

Installs: 48

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 0

Language:JavaScript

Type:project

0.3.0 2013-12-26 05:35 UTC

This package is not auto-updated.

Last update: 2024-04-22 23:21:43 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.