Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 993 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 993 Bytes

hateplanet-teaser)

This repository contains the source code of the very first website-teaser made for the artistic collective Hate Planet. Developed with Vue.js in the Front-end and Webpack as a module bundler/build optimizer. It also implements a very straightforward database service that stores emails with the Firebase Realtime Database as well as deployments are managed using Firebase Hosting, which serves a Single Page Application through HTTPS.

Live Preview


Performance Best Practices (Google PageSpeed Tool)
100 Google Page Speed

Build Setup

# install dependencies
$ yarn install

# launch dev server with hot reload
$ yarn dev

# build dist files for production
$ yarn build