Usages and compilation of ReactJS
By default, the needed version of Node.js is 12.16.1
(https://nodejs.org/download/release/v12.16.1/)
Yarn package manager (version 1.12.3) will be installed once you run any script from the
script
folder.
Launch local webpack-dev-server in "hot" mode. Execute file:
script\server.cmd
The application will be available on 8081 port (http://localhost:8081/)
script\build.cmd
The app will be built into the folder \release
script\install_dependencies.cmd