- Install node.js and npm.
- Clone this repository.
- Open terminal or command line, go to the cloned folder and execute
npm install
to restore all npm-packages. - To compile ts files and run server execute
npm start
command. - You can change settings in serverSettings.mts file or by setting envronment variables, but if you are going to change frontend folder name remember to also update
scripts.start
section in package.json as well asparserOptions.project
section in .eslintrc.json files.