Also available in: Polski
The main goal of this project was to implement a portfolio website using React and Sass with BEM methodology as well as Bootstrap framework. The generated website provides information about me and my recent projects.
The project runs online here: filipciesielski7.github.io/Portfolio/
To run this website locally the yarn package manager must be installed on your system. In the projects directory:
- Clone the repo
git clone https://github.com/filipciesielski7/Portfolio.git
- Navigate into the Portfolio directory
cd Portfolio
- Run this commands in the root folder:
yarn install yarn start
Then open http://localhost:3000/ to see the website.