This repository contains source code for my portfolio website. It uses Angular for frontend and has a tiny backend in Java BootSpring.
You can access it at https://mszymanek.org .
- Install node.js as well as npm
- Install Angular CLI
- Go to mszymanek-website/
- run
npm upgrade - run
ng serve - You can access the website by going to
http://localhost:4200