98f6e8cb6eeacdf4b175fec59bbb0ef982c8851f
chg: usr: improve the gfx on homepage - implement login/register and activation for authentication - and add the first version of profile page #4
chg: pkg: make a massive refactor to the backend and remove all unnecessary deps - and make small refactors for the frontend too #4
chg: usr: re-implement the waiting for opponent dialog - refactor its gfx - & add online user selection dialog #4
mineseeker
A Symfony project created on September 22, 2016, 13:56 pm.
PROJECT VERSION 1.1.0-20191026
This is a Symfony 3 project w/ React JS in standalone mode and w/ WebSocket.
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
Backend WebSocket server start as daemon - GeniusesOfSymfony/WebSocketBundle
$ nohup bin/console gos:websocket:server &
React JS WebPack watch generator w/ babel presets: es2015, react
$ webpack -p --config=webpack-prod.config.js
PROD
$ webpack --progress --colors --watch -d
DEV
-d --> Debugger; If you write this line somewhere: debugger;
The browser will stop the code here!!!
Connect to Prod
ssh xxsvci@laszlolang.com -i ~/.ssh/id_rsa_laszlolang
Description
Multiplayer minesweeper game. Inspired on the original Microsoft MSN Messenger's multiplayer game.
https://www.mineseeker.hu
Languages
PHP
42.8%
SCSS
20.1%
JavaScript
19.8%
Twig
16.4%
Makefile
0.5%
Other
0.4%