Candleaf is an e-commerce website dedicated to providing high-quality candles for every occasion. Our platform offers a diverse range of handcrafted candles made from premium ingredients to elevate your space and enhance your mood.
- Wide Selection: Choose from a variety of scents, styles, and sizes to find the perfect candle for any setting.
- Premium Quality: Our candles are crafted with care using the finest materials, ensuring a clean, long-lasting burn.
- Easy Ordering: With our user-friendly interface, ordering your favorite candles is simple and convenient.
- Fast Shipping: Enjoy quick and reliable shipping to bring the ambiance of Candleaf candles to your doorstep.
- Exceptional Customer Service: Our dedicated support team is here to assist you with any questions or concerns.
The Candleaf E-Commerce Website is built using the following technologies:
- Nuxt.js: The Vue.js framework for building server-side rendered applications.
- Tailwind CSS: A utility-first CSS framework for quickly building custom designs.
- Vite: A fast, modern build tool for frontend projects.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
- ESLint: A pluggable JavaScript linter that helps identify and fix problems in your code.
- Prettier: An opinionated code formatter that ensures consistent code style across your project.
Clone the repository and navigate to the project folder:
git clone git@github.com:abdullahkabakk/nuxt-candleaf.git
cd nuxt-candleaf
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
# bun
bun run preview
This project is open source and available under the MIT License.