Skip to content

Promact/tiny-explorer-website

Repository files navigation

Tiny Explorer Frontend

This is the frontend application for Tiny Explorer, an e-commerce platform for baby products. It is built using Astro, React, and Tailwind CSS.

Tech Stack

Getting Started

All commands are run from the root of this project (tiny-explorer-fe).

Installation

pnpm install

Development

To start the local development server:

pnpm run dev

The site will be available at http://localhost:4321.

Build

To build the project for production:

pnpm run build

The output will be in the dist/ directory.

Preview

To preview the production build locally:

pnpm run preview

Project Structure

/
├── public/           # Static assets (images, fonts, etc.)
├── src/
│   ├── assets/       # Imported assets
│   ├── components/   # React and Astro components
│   ├── layouts/      # Page layouts
│   ├── pages/        # File-based routing
│   └── styles/       # Global styles (if any)
└── package.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published