/wcs-hackaton-bball

[Wild Code School] Hackathon 2

Primary LanguagePHP

wcs-hackaton-bball

Second Hackathon of the Orléans Wild Code School (February 2018 session).

Next June, the Basketball World Cup kicks off!

Installation

Clone the repository and move in :

$ git clone https://github.com/JuAlexandre/wcs-hackaton-bball.git
$ cd wcs-hackaton-bball

Install PHP and JS dependencies :

$ composer install
$ npm install

Build assets :

npm run dev

Launch the PHP sever :

php bin/console server:run

You can also use the npm run build command for production (minify files) or npm run watch to perform the transformation at each change automatically.

Authors