Skip to content

imkamie/alexandr-portfolio

Repository files navigation

Alexandr Portfolio

This is a React + TypeScript project bootstrapped with Vite.

Project Structure

  • src/: Contains the source code of the application.
  • public/: Contains static assets.
  • vite.config.ts: Configuration file for Vite.
  • tsconfig.json: TypeScript configuration file.
  • .eslintrc.cjs: ESLint configuration file.

Getting Started

To get started with this project, follow these steps:

Prerequisites

  • Node.js (version 14 or higher)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/imkamie/alexandr-portfolio.git
    cd alexandr-portfolio
  2. Install dependencies:

    npm install
    # or
    yarn install

Development

To start the development server, run:

npm run dev
# or
yarn dev

Linting

To lint your code, run:

npm run lint
# or
yarn lint

Building for Production

npm run build
# or
yarn build

Previewing the Production Build

npm run preview
# or
yarn preview

About

A React + TypeScript portfolio web app built with Vite showcasing personal or project work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published