Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.91 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.91 KB

CodeFest 2019 Netlify Status

FRONTEND

Introduction

Hosts the code for the frontend of Codefest 2019 website. Uses Vue.Js framework to develop a PWA to be consumed by mobile and desktop alike with rich user-experience.

Technical Stack

  • Node 11.6.0
  • NPM 6.5.0
  • PWA
  • Vue.Js 2.5.0

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.
  • Desktop and Mobile pages are respectively in src/pages/desktop and src/pages/mobile.

Hall of Fame