The front-end code for my current portfolio deployed at https://www.lisavinson.com.
The goal of this application was to create a portfolio that showcases my current skillset, especially front end abilities. I also wanted a site that would be easy to update as I continue to build more projects.
Clone this repository and navigate into the project-sass directory.
clone [email protected]:LiVinson/portfolio-sass.git
cd project-sass
Install all of the dependencies listed in the package.json
npm install
Build the code
npm run buildDev
Start the server and navigate to http://localhost:3001 in your browser to view the page.
npm start
To have a working contact form, you will need to clone and follow the instructions for the back end of the portfolio.
As much as possible, I wanted to go back to the basics with this project. As much as I love the latest and greatest technology, I wanted my portfolio to be a demonstration of my fundamental design and development skills.
- HTML5
- SCSS
- JavaScript
- Webpack
- Express
- Figma
I am not open to contributions to the code at this time, but I am always happy to hear feedback and suggestions. Feel free to reach out to me at contact@lisavinson.
This project is licensed under the MIT license.