Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 353 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 353 Bytes

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)