iliubinskii / bootcamp-weather-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Initial setup

  1. Clone repository.
  2. Install dependencies by running npm install.

Contributions

  1. Create a new feature branch feature/<hyphened-branch-name>.
  2. Make your changes.
  3. Format code by running npm run format.
  4. Check for type errors by running npm run type-check.
  5. Check for linting errors by running npm run lint.
  6. Check for style errors by running npm run lint-style.
  7. Create a PR.

About


Languages

Language:JavaScript 95.0%Language:HTML 4.0%Language:CSS 0.8%Language:TypeScript 0.2%