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.
- Node 11.6.0
- NPM 6.5.0
- PWA
- Vue.Js 2.5.0
- 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
.
- 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.