Ich hab lange gesucht und du bestimmt auch und man findet nur Frameworks die entweder zu groß sind oder nicht genügend Features haben.
Eine Gute Strucktur die MVC oder MVVM Standard entspricht.
Ein Build - deploy Tool die uns das leben vereinfacht.
| #!/bin/sh | |
| # Alot of these configs have been taken from the various places | |
| # on the web, most from here | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # Set the colours you can use | |
| black='\033[0;30m' | |
| white='\033[0;37m' | |
| red='\033[0;31m' |
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
| # |
| server { | |
| listen 80 default_server; | |
| listen [::]:80 default_server ipv6only=on; | |
| access_log /var/log/nginx/findBeauty_access.log; | |
| error_log /var/log/nginx/findBeauty_error.log info; | |
| client_max_body_size 10M; | |
| root /var/www/app/public; |
Ich hab lange gesucht und du bestimmt auch und man findet nur Frameworks die entweder zu groß sind oder nicht genügend Features haben.
Eine Gute Strucktur die MVC oder MVVM Standard entspricht.
Ein Build - deploy Tool die uns das leben vereinfacht.
| [{"categorie":"TechHouse","artist":"Hey Karolin","title":"Oh Horse - Piemont Remix"}] |