Skip to content

Initial Release πŸŽ‰

Compare
Choose a tag to compare
@Jagoda11 Jagoda11 released this 25 Jul 20:24
· 49 commits to main since this release
  • React for building user interfaces.
  • Babel for transpiling JavaScript.
  • TypeScript for static typing.
  • ESLint for linting JavaScript and TypeScript code.
  • Prettier for code formatting.
  • Jest for testing.
  • Husky for managing git hooks.

Features

  • Consistent Project Structure: Provides a standardized folder structure.
  • Integrated CI/CD Workflows: Pre-configured GitHub Actions workflows for continuous integration and delivery.
  • Support for GitHub Codespaces: Configuration for GitHub Codespaces to ensure a consistent development environment.
  • Automatic Formatting and Linting: Ensures code quality and consistency using Prettier and ESLint.
  • Comprehensive Test Setup: Pre-configured Jest for writing and running tests.

Extensions Included

  • GitLens: Supercharge Git capabilities in VS Code.
  • ESLint: Integrates ESLint into VS Code.
  • Prettier: Code formatter.
  • Docker: Docker support for VS Code.
  • Babel ES6/ES7 Syntax Coloring: Syntax highlighting for ES6