A React + Vite website for The Jagmal Group.
- React 18
- Vite 6
- React Router
- Tailwind CSS
- Radix UI primitives
src/
App.jsx
main.jsx
pages/
Home.jsx
About.jsx
Hotels.jsx
Logistics.jsx
Hospitality.jsx
Precast.jsx
Leadership.jsx
Contact.jsx
components/
Navbar.jsx
Footer.jsx
CanvasSkyline.jsx
ui/
styles/
App.css
index.css
lib/
utils.js
- Install dependencies: npm install
- Start development server: npm run dev
- Build for production: npm run build
- Preview production build: npm run preview
- Ensure
.gitignoreis present. - Do not commit
node_modules/ordist/. - Commit source files and config files.
- Push to your GitHub repository.