Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.35 KB

File metadata and controls

32 lines (23 loc) · 1.35 KB

Setup Project Details


New Dev Environment Config

  • 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.json in your personal settings.json
    • The "Material Icon Theme" settings aren't automatically configured, so you need to set they manually

New Project Config

Initial config

  • Run yarn husky:config to automatically config husky
  • Change the project name on package.json
  • Configure the serverless.yml file
  • Add project to CodeFactor
  • Add project to DeepScan
  • Add project to Coveralls

After the first test file be added to the project

  • 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