This is my report for MVC course
This repo is a practice in MVC made to exam a course at BTH. There are two parts:
-
Report and work done to learn concept with small examples like dice, game 21 and card classes.
-
My projekt BlackJack game at "/proj".
To clone repository to a local environment:
-
Clone repository to a directory of choice: git clone https://github.com/KenZan00/mvc.git
-
From app directory $ composer install from repo
-
$ npm install
-
$ npm run build
-
Start server and run in browser: php -S localhost:8000



