/Frankenstein-Framework-SitePin

Example web App using a plethora of packages instead of a single Framework

Primary LanguagePHPMIT LicenseMIT

Build Status

SitePin

I wanted to create a web application that does not use ANY PHP frameworks.

Installation

  • CD into base directory with command-line
  • composer install
  • npm install
  • bower install
  • grunt
  • run ./start-server.sh
  • Run unit tests: vendor/bin/phpunit tests/ or phpunit if PHPUnit installed globally
  • Visit http://localhost:8000

Screenshots

Main Page

Screenshot 0

Create a Bookmark

Screenshot 1

View Bookmarks

Screenshot 2