Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 786 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 786 Bytes

Personal Website

See: mruzunov.com.

My personal website. A simple, easily modifiable, fully responsive, modern, single-page application built using React and Typescript. Based on create-react-app with React-Router and Styled Components. The Back-End is built with Express and NodeMailer.

Screenshot

Set up

To download the repository and install dependencies, run the following commands:

git clone git://github.com/mruzunov/portfolio-website.git 
cd portfolio-website
npm install

Running

Run the following command to build the react application and serve it with fast refresh:

npm start

License

Licensed under the MIT License.