Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myurasov/spastrap
Bootstrap project for creating SPA sites with RESTful API backend. Utilizes Angular, Bootstrap, Silex, Doctrine, Symforny Components.
https://github.com/myurasov/spastrap
Last synced: 3 days ago
JSON representation
Bootstrap project for creating SPA sites with RESTful API backend. Utilizes Angular, Bootstrap, Silex, Doctrine, Symforny Components.
- Host: GitHub
- URL: https://github.com/myurasov/spastrap
- Owner: myurasov
- Created: 2014-03-05T09:04:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T10:26:42.000Z (over 10 years ago)
- Last Synced: 2023-07-27T23:26:54.784Z (over 1 year ago)
- Language: CSS
- Size: 188 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SPA Bootstrap
=============Bootstrap project for creating SPA sites with RESTful API backend. Utilizes __Angular__, __Bootstrap__, __Silex__, __Doctrine__, __Symforny Components__.
Installation
------------* Clone project by running `git clone http://github.com/myurasov/spa-bootstrap.git`
* Run `composer update` in root dir
* Run `bower update` in `src/www/vendor`
* Edit database settings in `src/modules/config.dev.php`
* Create database for your project
* Run `sudo src/cli/console app:service:install`
* Add users with `app:admin:users` command
* Build LESS files like this:$ mkdir src/www/build
$ lessc src/www/dev/less/main.less > src/www/build/main.css
$ lessc src/www/dev/less/bootstrap/bootstrap.less > src/www/build/bootstrap.css
* Done!Requirements
------------* __php__ 5.3.3+
* __composer__
* __bower__
* LESS compilerDemo
----http://spa-bootstrap.yurasov.me/
[email protected] / password_
License
-------Copyright (c) 2014 Mikhail Yurasov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.