GitXplorerGitXplorer
B

moddle-clone-frontend

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
61fd9005bec491a19defd611837cb131ac263090

fix: deadling text

BBartoszBugla committed 7 months ago
Unverified
a3b70defdacce50d24a5cd41e50c142d77654b12

Added deadling text

BBartoszBugla committed 7 months ago
Unverified
566118349bad8858efa1599540dfdb2e22a827a8

added file upload

BBartoszBugla committed 7 months ago
Unverified
51085bb2a749e413d0294b65464c8870b305b12c

Some bug fixses

BBartoszBugla committed 7 months ago
Unverified
fa2009c84f523887d94f513c81f7bda42c9172e2

fix: package json

BBartoszBugla committed 8 months ago
Unverified
7c34116a699572226ead459918b5b069e462988e

fix: build

BBartoszBugla committed 8 months ago

README

The README file for this repository.

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
}
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list