Skip to content

emrekaraa/personel-website

Repository files navigation

Personel Website

  • Hello there! This is my personel website emrekara.dev

  • This website created with Html, Css, Tailwind Css, JavaScript, React.Js

🗂️ Packages used in this project

Package Version
axios ^0.25.0
react-icons ^4.3.1
react-awesome-reveal ^3.8.1
react-useanimations ^2.0.8
react-scroll ^1.8.4

🛠 Installation

  1. Install deps with NPM or Yarn:
npm install

#or

yarn install
  1. In the project directory, run the development server:
npm run start

#or

yarn start

🚀 Build and Run for Production

  1. Generate full static build for production:
npm run build

#or

yarn build
  1. To preview the site as it'll appear after deployed:
npm run serve

#or

yarn serve