FunkyFinds is a modern web application designed to showcase unique and trendy products. Built with a focus on performance and scalability, it leverages cutting-edge technologies to deliver a seamless user experience.
- Modern Frontend: Developed using Vite for rapid development and optimized builds.
- TypeScript Support: Ensures type safety and better developer experience.
- Tailwind CSS: Utilized for efficient and responsive UI design.
- PostCSS Integration: For transforming CSS with JavaScript plugins.
- ESLint Configuration: Maintains code quality and consistency.
- Netlify Deployment: Configured for easy deployment and hosting.
funkyfinds/
├── .netlify/ # Netlify-specific configuration
├── src/ # Source code directory
├── index.html # Main HTML file
├── package.json # Project metadata and dependencies
├── tailwind.config.js # Tailwind CSS configuration
├── postcss.config.js # PostCSS configuration
├── eslint.config.js # ESLint configuration
├── tsconfig.json # TypeScript configuration
├── vite.config.ts # Vite configuration
└── netlify.toml # Netlify deployment settings
-
Clone the repository:
git clone https://github.com/sanjay434343/funkyfinds.git cd funkyfinds -
Install dependencies:
Using npm:
npm install
Or using Yarn:
yarn install
-
Start the development server:
Using npm:
npm run dev
Or using Yarn:
yarn dev
The application will be available at
http://localhost:3000.
To build the application for production:
Using npm:
npm run buildOr using Yarn:
yarn buildThe optimized and minified files will be generated in the dist directory.
The project is configured for deployment on Netlify. Ensure that the netlify.toml file is correctly set up for your deployment needs.
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.
This project is open-source and available under the MIT License.