Portfolio is mostly a one page portfolio to showcase my work. You can use it for your own.
To begin using this portal, choose one of the following options to get started:
- Download the latest release
- Install using npm:
npm i heathshults-portfolio
COMING SOON! - Clone the repo:
git clone https://github.com/heathshults/heathshults-web-ui.git
-
Source files are in the src directory. Edit whatever you want.
-
To run it just do:
npm start
-
All css is produced with scss at:
src/scss
-
HTML is in .ejs at:
src/views
npm start
builds the project - and runs it inwww
npm run comp:build
builds the web components I developed using Stencil.jsnpm run gulp:ejsit
creates the htmlnpm run build:scripts
brings thesrc/js/scripts.js
file intodist
npm run scss
creates the cssnpm run serve:proxy
creates a browser-sync server proxied to a php server
You must have npm installed in order to use this build environment.
Let me know if you find something. It is likely you will find bugs lurking.
Thanks to startbootstrap.com for a killer starting point with the Agency template.