This is the repository for the Pure Pro Soft website. It is built using modern web development tools and technologies.
- Frontend Framework: Built with Vite and React for fast development and optimized builds.
- Styling: Uses Tailwind CSS for utility-first styling.
- TypeScript: Ensures type safety and better developer experience.
- Linting: Configured with ESLint for consistent code quality.
- PostCSS: For advanced CSS processing.
- Node.js (>= 16.x)
- npm (>= 7.x)
-
Clone the repository:
git clone https://github.com/Izoman/pureprosoft.git cd pureprosoft
-
Install dependencies:
npm install
Start the development server:
npm run dev
To create a production build:
npm run build
To preview the production build:
npm run preview
The public/
directory contains static assets such as images, icons, and other files that are directly served.
This project is licensed under the MIT License. See the LICENSE file for details.