jarrettbarnett / Symfony3.RPSSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony3 - Rock Paper Scissors Spock Lizard

A basic Symfony3 implementation of "Rock Paper Scissors Spock Lizard".

Play It Here: http://fasstt.com

Setup Instructions

Create database and tables

$ php bin/console doctrine:database:create
$ php bin/console doctrine:schema:create

Install composer dependencies

$ composer install

Install gulp and other node dependencies

$ npm install
Run gulp, gulp-watch occurs automatically
$ gulp
  • Note: Pre-compiled assets are located in ./app/Resources/assets/ and are compiled to ./web/assets/

About


Languages

Language:PHP 83.6%Language:HTML 9.2%Language:ApacheConf 4.0%Language:CSS 1.8%Language:JavaScript 1.4%