A simple and modern application built using Typescript, React and Express
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.
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.