This is a React + TypeScript project bootstrapped with Vite.
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.
To get started with this project, follow these steps:
- Node.js (version 14 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/imkamie/alexandr-portfolio.git cd alexandr-portfolio -
Install dependencies:
npm install # or yarn install
To start the development server, run:
npm run dev
# or
yarn devTo lint your code, run:
npm run lint
# or
yarn lintnpm run build
# or
yarn buildnpm run preview
# or
yarn preview