Simple SPA to practice fullstack development in different (maybe multiplayer!!!) games.
Technologies stack:
- Spring boot
- ReactJS
- SASS
To try it out you'll need to install 11 java & nodejs (dunno about gradle).
Firstly install all nodejs garbage: npm install
Startup with single terminal command: gradlew webpack
Or to speed up a process of debugging you can rebuild bundle.js with: npm run build
and then hotswap (if you're using idea: ctrl + shift + F9).
- Add SASS.
- Add docker (just4fun).