Private
Public Access
1
0
2016-11-01 10:52:39 +01:00
2016-10-16 18:27:54 +02:00
2016-10-25 11:19:50 +02:00

This is a Symfony 3 project w/ React JS in standalone mode and w/ WebSocket.

0.) Must installed modules w/ npm are in package.json + to global:

	$ npm install webpack -g

    You will need a
	.babelrc file w/ the presets
	webpack.config.js - https://webpack.github.io/docs/webpack-for-browserify-users.html
    same as dir where the package.json!!

(!)	Tutorial: https://egghead.io/lessons/react-introduction-to-properties



1.) Backend WebSocket server start as daemon - GeniusesOfSymfony/WebSocketBundle

	$ nohup bin/console gos:websocket:server &

2.) React JS WebPack watch generator w/ babel presets: es2015, react

	$ webpack --progress --colors --watch -d

		-d -->	Debugger; If you write this line somewhere: debugger;
			The browser will stop the code here!!!
Description
Multiplayer minesweeper game. Inspired on the original Microsoft MSN Messenger's multiplayer game.
https://www.mineseeker.hu
Readme 48 MiB
Languages
PHP 42.8%
SCSS 20.1%
JavaScript 19.8%
Twig 16.4%
Makefile 0.5%
Other 0.4%