- Install yarn
- Install VSCode
- Install ALL the extensions recommended in
.vscode/extensions.json- A popup will appear when you start the VSCode, just click at "Accept" and all the extensions will be automatically installed
- If the changes are not applied automatically add the content of
.vscode/settings.jsonin your personal settings.json- The "Material Icon Theme" settings aren't automatically configured, so you need to set they manually
- Run
yarn husky:configto automatically config husky - Change the project name on
package.json - Configure the
serverless.ymlfile - Add project to CodeFactor
- Add project to DeepScan
- Add project to Coveralls
- Remove "Test TypeScript Syntax" step from
.github/workflows/tests.yml - Remove script "temp:test-tsc" from
package.json - Uncomment steps "Run Tests" and "Collect Coverage" from
.github/workflows/tests.yml - Uncomment "coverageThreshold" from
jest.config.js