DigitalHub

Challenge for DigitalHub

Introduction

This is a PWA Single Page Application developed with Vue.Js, Nuxt.js and the free, open source CSS framework based on flexbox, Bulma.

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Build Setup

# clone repository
$ git clone https://github.com/matiduarte/digitalhub-challenge.git

# change directory
$ cd digitalhub-challenge

# install dependencies
$ npm install

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

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

Important

For test workbox and see cached files it is recommended to use production mode npm run build / npm run start