Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 3.01 KB

README.md

File metadata and controls

36 lines (23 loc) · 3.01 KB

CodeFest 2020 Deploy to Zeit Now

develop/frontend status Netlify Status Codacy Badge Last commit

HitCount Made with Love in India

FRONTEND

Introduction

Source code for the frontend of Codefest 2020 PWA app. Uses Vue.Js library to develop a PWA for both mobile and desktop alike with rich user-experience.

Technical Stack

  • Node 13.12.0
  • NPM 6.14.4
  • PWA
  • Vue.Js 2.6.7
  • SW-Workbox 5.1.2
  • Firebase

Development

  • First, ensure that Node.Js and NPM are installed on your system.
  • Use npm install to install all the dependencies.
  • For development server with hot-reload, use npm run watch.

Structure

  • Non-Vue-related JS files are in the src/js folder.
  • App pages are in src/pages.

Hall of Fame