Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 699 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 699 Bytes

best-of-fcc

Description

I wrote this app to learn more about Fullstack web development with Vue and Firebase. You can find my blog post here: https://jacklyons.me/lessons-learned-from-building-a-full-stack-vue-firebase-app/

The app is live here, it might take a little while to wake up as it's hosted for free via Firebase. https://best-of-fcc.firebaseapp.com/

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Run your end-to-end tests

yarn run test:e2e