mikepawlak / vueprofile

[DEPRICATED] My portfolio site

Home Page:https://www.mikepawlak.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mike Pawlak - Web Developer

This is the code for my portfolio site - mikepawlak.com. I made this code available to show how I'd put together a project like this. This site used NodeJS and Express on the backend and Webpack and VueJS for the frontend with styles created with Bulma. You can view a full list of this project's depencies here.

I want to view this on my machine

Run the three commands below to download, build, and serve this project on your own machine. This project requires NodeJS and NPM, install instructions for both can be found here.

# clone this repository
git clone https://github.com/mikepawlak/vueprofile && cd vueprofile

# install dependencies and build
npm install && npm run build

# serve website
npm start

# the site is now being served on localhost:8080

About

[DEPRICATED] My portfolio site

https://www.mikepawlak.com


Languages

Language:JavaScript 43.1%Language:Vue 37.0%Language:HTML 15.7%Language:CSS 4.3%