Skip to content

Code99-io/blogging-platform-frontend

Repository files navigation

Blogging Platform

Project Description

This project is built using Vite, React.js, React Query, and Material-UI (MUI).

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js installed
  • npm or yarn installed

Getting Started

To get started, follow these steps:

  1. Create Environment Variables:

    Create a .env file in your project directory and define your environment variables.

    VITE_API_BASE_URL=https://api.example.com
    
  2. Install Dependencies:

    npm install
    # or
    yarn install
  3. Start the Development Server:

    npm run dev
    # or
    yarn dev

    This command starts the development server. Open http://localhost:5173 to view the app in your browser.

Technologies Used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages