Project brain 💡
- install packages only with Yarn;
- after download project and before
start/devscripts you must create.envfile with fields like in.env.example.
- all code must be write on TypeScript;
yarn dev- Start Dev server for development;yarn build- Compile files to JavaScript (to folderbuild/);yarn start- Start API Service (include commandbuild);yarn autofix- Lint and fix source files;yarn autoformat- Formatting source files.