/portfolio-v3

A portfolio to show your recent projects

Primary LanguageHTMLMIT LicenseMIT

Portfolio v3

Requirements

You only need node.js pre-installed and you’re good to go.

Setup

Install dependencies

$ npm install

Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/

$ npm run dev

Deployment

Build the current application

$ npm run build