/swl-website

Weblobby site component

Primary LanguageJavaScript

ReactJS port of Spring Web Lobby

This is an ongoing project to port swl to ReactJS. For more information refer to the DESIGN.md file.

Development

If you're using Windows, remember that you need to log out and back in for PATH changes to take effect.

  • Install NodeJS (https://nodejs.org/), it provides the npm utility.
  • Open the console, cd to the project directory and run npm install to install dependencies.
  • Run npm run watch. This starts the watch server at http://localhost:8080, open it in your browser. When you make changes to the source files, everything is recompiled and the browser window is refreshed automatically.
  • You can use npm run build for a one-off debug build.