/SIOnline

SIGame web client

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

SIOnline is the web version of game SIGame.

For compilation and running you need Node.js version 18.15.0 or higher.

Used technologies: Typescript, Webpack (with loaders and plugins), React, Redux, Redux Thunk, SignalR, TSLint, Jest.

Run:

npm install
npm run start

Build:

npm install
npm run build-prod