Skip to content

codefest-iit-bhu/codefest-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2f23f57 · Apr 18, 2024
Apr 18, 2024
Sep 28, 2023
Sep 25, 2023
Jun 27, 2019
Sep 25, 2023
Mar 26, 2024
Sep 28, 2023
Apr 16, 2019
Apr 10, 2020
Feb 6, 2024
Apr 8, 2020
Feb 2, 2024
Apr 8, 2020

Repository files navigation

CodeFest

FRONTEND

Introduction

Source code for the frontend of CodeFest 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.