/JefBox

Similar to Jackbox Games, but something I wanted to try building on my own in Ext JS Modern.

Primary LanguageJavaScript

JefBox

Running App

  • Will have to add Sencha repo to npmrc (link)
  • From root dir:
    • npm install
    • npm start (This will start the Node server)
    • Check the console output for what IP and port the server is running on
    • cd ui
    • npm start (This will build the UI code)
    • Navigate to IP and port of Node server