Portfolio Website
makser.live
My personal portfolio with some of my GitHub projects and technical skills.
This project was built using these technologies.
- React
- TypeScript
- Vite
- MUI5
- WebStorm
📖 Multi-Page Layout
🎨 Styled with React-Bootstrap and MUI Theme with easy-to-customize colors
📱 Fully Responsive
Clone down this repository. You will need vite
and git
installed globally on your machine.
-
Installation:
npm install
-
In the project directory, you can run:
vite
Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.
The page will reload if you make edits.
-
To build the project for production, run:
vite build
-
To serve the production build, use a static server. Install
serve
globally if you don't have it:
npm install -g serve
-
Now, you can serve the production build:
serve -s dist
This will start the app in production mode. Open http://localhost:3000 to view it in the browser.
Give a ⭐ if you like this website!