Skip to content

Client-Web Repository for Probe (The Annual International Technical Symposium of the Department of ECE, NIT Trichy)

Notifications You must be signed in to change notification settings

mritul/ecea-web

 
 

Repository files navigation

ecea-client


Setup

  • Configure .vscode/settings.json

    {
    "eslint.format.enable": true,
    "editor.formatOnSave": true,
    "editor.codeActionsOnSave": {
        "source.fixAll.eslint": true,
        "source.fixAll.stylelint": true
    },
    "files.eol": "\n",
    "[javascript]": {
        "editor.defaultFormatter": "dbaeumer.vscode-eslint"
    },
    "[javascriptreact]": {
        "editor.defaultFormatter": "dbaeumer.vscode-eslint"
    },
    "eslint.alwaysShowStatus": true,
    "eslint.debug": true,
    "eslint.lintTask.enable": true,
    "eslint.probe": [
        "javascript",
        "javascriptreact",
        "typescript",
        "typescriptreact"
    ],
    "json.format.enable": true,
    }
    
  • Enable githooks

    git config core.hooksPath .githooks
  • Install Dependencies

    npm i
  • Run

    npm run dev
  • Lint

    npm run lintfix

About

Client-Web Repository for Probe (The Annual International Technical Symposium of the Department of ECE, NIT Trichy)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.6%
  • CSS 4.9%
  • HTML 2.6%
  • Shell 2.4%
  • JavaScript 1.1%
  • Dockerfile 0.4%