Skip to content

PharaohTools/uniter-jquery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uniter PHP app demo

Easily write client-side logic in PHP by compiling to JavaScript:

App demo using PHP with Uniter and jQuery

PHP and JS files are compiled down to a single JS bundle file.

Compile with Browserify:

composer install
npm install
npm run build

or compile with Webpack:

composer install
npm install
npm run webpack

and then open index.html in a browser.

Run the tests

Tests are written with PHPUnit:

composer install
vendor/bin/phpunit

About

Demo of UI interaction with jQuery+Uniter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.2%
  • PHP 43.7%
  • CSS 5.8%
  • JavaScript 4.3%