Skip to content

VladimirKhil/SIOnline

Repository files navigation

SIOnline is the web version of game SIGame.

For compilation and running you need Node.js version 12.16.3 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