marifauzan / cms-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMS Admin

Installation

  1. Clone the repository to your local machine using the following command:

    git clone https://github.com/marifauzan/cms-admin.git
  2. Change into the project directory:

    cd cms-admin
  3. Fill in the values in the .env.example file, and then rename the file to .env, like this:

    VITE_BASE_URL= ...
  4. Install project dependencies using npm or yarn:

    Using npm:

    npm install

    Using yarn:

    yarn install
  5. Start a development server and run the project locally with the following command:

    Using npm:

    npm run dev

    Using yarn:

    yarn dev

The development server will start, and you can access your application at http://localhost:5173 .

About


Languages

Language:JavaScript 98.4%Language:HTML 1.4%Language:CSS 0.2%