Skip to content

NSCC-SRM/recruitment24

Repository files navigation

React + 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:

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/NSCC-SRM/recruitment24.git
  1. Navigate into the project directory:
cd recruitment24
  1. Install the necessary packages:
npm install
  1. Run the development server:
npm start
# OR 
npm run dev
# OR
yarn dev

Branching

  1. Open your terminal or command prompt in your code editor.
  2. Create a new branch and switch to it.
    git checkout -b new-branch-name
    
  3. Push the branch to GitHub:
    git push -u origin branch-name
    

Format for naming branch: type/issue-id-short-description

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published