Skip to content

katmore/flat-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flat webapp

the boilerplate flat web package

features

  • HTML templating
  • Front-End Routing (for the HTML template)
  • Back-End Routing (for the RESTful API webservice)

directory map

Installation

The easiest way to get going is with a two-step process using Composer and Bower

Step 1. Composer 'create-project'...

composer create-project katmore/flat-webapp my_project_dir

(copies this repo and configures php dependencies)

Step 2. Bower update...

cd my_project_dir
bower update

(installs static dependencies)

Copyright

Flat webapp - https://github.com/katmore/flat-webapp

Copyright (c) 2012-2017 Doug Bird. All Rights Reserved.

License

"Flat webapp" is copyrighted free software.

You can redistribute it and/or modify it under either the terms and conditions of the "The MIT License (MIT)"; or the terms and conditions of the "GPL v3 License".