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

probe-nitt/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)

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •