Project brain 💡
- install packages only with Yarn;
- after download project and before
start/dev
scripts you must create.env
file 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.