Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 720 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 720 Bytes

Portfolio-Express

Portfolio-v2 built with Express, Node, ejs, and deploy with Heroku. Heroku

This is individual project for Web App & Design class.

Checkout for Demo

Screenshot

portfolio-v2-screenshot

Usage

git clone https://github.com/ahbernhardt/portfolio-express.git
cd portfolio-express

# install dependencies
npm install

# start server & open browser
npm run start

# start development server & open browser
npm run dev