Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 210 Bytes

File metadata and controls

17 lines (12 loc) · 210 Bytes

JS Starter

Starter template for JavaScript apps

What's in it

  • .nvmrc
  • TypeScript
  • eslint
  • Jest
  • GitHub Actions Workflow

GitHub Actions workflow

  • Install dependencies
  • Run linter
  • Run tests