Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/macguirerintoul/iat-339-portfolio

📁 Project 3: 'Portfolio' for IAT 339 at SFU, Spring 2019
https://github.com/macguirerintoul/iat-339-portfolio

netlify nuxt vue

Last synced: 22 days ago
JSON representation

📁 Project 3: 'Portfolio' for IAT 339 at SFU, Spring 2019

Awesome Lists containing this project

README

        

# iat-339-portfolio

> Portfolio (project 3) for IAT 339 at SFU, Spring 2019

This project was completed as part of IAT 339 - Web Design and Development at SFU. The project was developed with [Nuxt](https://nuxtjs.org/), a framework for [Vue](https://vuejs.org/). Additional references are listed on the [Style Guide](https://mtr339.netlify.com/styleguide).

## Local development

``` bash
# install dependencies
$ npm i

# serve with hot reload at localhost:3000
$ npm run dev

```