/GuideToProgrammingWithExercises

A comprehensive guide to learning programming with excersice and some of their solves in JavaScript, Python and PHP. A little comparison among them and cheatsheets

Primary LanguageTypeScriptMIT LicenseMIT

React + TypeScript + Vite Template

HTML CSS JavaScript TypeScript React Vite Prettier ESLint Stylelint Git

About

This template provides a minimal setup for integrating React with TypeScript and Vite, including support for Hot Module Replacement (HMR). It also includes configuration for various linters such as ESLint, Prettier, and Stylelint.

Getting Started

  1. Install Dependencies

    npm install
  2. Run the Application

    npm run dev

Linters

Note: This project includes several linters: Prettier, ESLint, Stylelint, and EditorConfig. To enhance your development experience, consider installing the corresponding extensions in your code editor (e.g., VS Code).

  • Run ESLint

    npm run lintTS
  • Run Stylelint

    npm run lintCSS

License

This project is licensed under the MIT License. See the LICENSE file for more details.