Skip to content

pranaytiwariii/Spit_Hacks

Repository files navigation

React + Vite

Take this as a assignment for SE students who were not assigned any issues earlier

To run locally

cd/
cd Frontend_SE_Assignment
npm install
npm run build
npm run dev

Folder Structure

  1. Render in src -> App.jsx
  2. src -> Components -> FolderName (ex: FAQSection) -> index.jsx
  3. Public -> FolderName -> images (if any)