Skip to content

gdgcde/iwd-web-app

 
 

Repository files navigation

IWD Web App

Build Status Greenkeeper badge

Standard Web App for IWD Events: GDG Communties.
Demo
Version: 1.0.2

Features

Feature Description
Fast and optimized PWA on Lighthouse
Works offline Can works offline
Mobile first Mobo Friendly Web app can be installed as a native app on your phone
SEO optimized index all content and get to the top in search results
Easy in management keep and update all information in the JSON File

Getting Started

  1. Fork repository and clone it locally
  2. Install project dependencies: npm install
  3. Compiles and hot-reloads for development: npm run serve
  4. Update Firebase Web Setup & Basic Info, manifest.json and Resources
  5. For the production: npm run build and then one dir will be created dist
  6. For testing: npm run test

Deploy your Web App on Firebase

  1. Setup Environment for the Firebase deployment
    • Install Firebase CLI: npm i -g firebase-tools or yarn global add firebase-tools
  2. Create Firebase account and login into Firebase CLI: firebase login
  3. Open Terminal/CMD/Powershell in your dir.
  4. Now type firebase login command in your Terminal/CMD/Powershell.
  5. Type firebase init.
  6. Select the project by using the arrow keys.
  7. Then Select the Firebase Hosting by using Spacebar and arrow key.
  8. Click No for Single page web app.
  9. Type dist.
  10. Some by default file will be created successfully.
  11. Run locally
    • firebase serve or npm run serve or yarn serve
  12. Build and deploy
    • firebase deploy or npm run deploy or yarn deploy

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Technology Stack

View Website Built with Project

Community Name Web App Link
GDG Jalandhar View Now

Project is published under the MIT license.
Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)

About

Standard Web Application for International Women's Day For GDG Communities

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 89.2%
  • JavaScript 5.8%
  • HTML 4.7%
  • CSS 0.3%