This is a modern, responsive website for Skyline Support, a company that offers customer support, community building, and targeted promotion services.
- Responsive design that works on all devices
- Modern UI with smooth animations
- Interactive components
- Contact form
- Testimonials section
- Case studies showcase
- Blog section
- React
- TypeScript
- Vite
- CSS3
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository
- Navigate to the project directory
- Install dependencies:
npm install
# or
yarnTo start the development server:
npm run dev
# or
yarn devThis will start the development server at http://localhost:5173.
To build the project for production:
npm run build
# or
yarn buildThe build files will be in the dist directory.
To preview the production build:
npm run preview
# or
yarn previewsrc/components: React componentssrc/assets: Static assets like imagessrc/App.tsx: Main application componentsrc/App.css: Main stylesheetpublic: Public assets
MIT