Standard Web App for GDG Communties.
Demo
Version: 1.0.2
Aura is the website template that helps you to set GDG's Communities website with events, team and management in a few minutes.
The template is created by GDG Jalandhar team experience of running meetups.
| 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 |
- Fork repository and clone it locally
- Install project dependencies:
npm install - Find the Meetup API Key and paste it here, also replace the chapter URL from
Meetup.com/[gdg-chapter-url] - Compiles and hot-reloads for development:
npm run serve - Update Meta Tag, Title Tag, Google Analytics Code from Basic Info, manifest.json and Resources
- For the production:
npm run buildand then one dir will be createddist - For testing:
npm run test
- Setup Environment for the Firebase deployment
- Install Firebase CLI:
npm i -g firebase-toolsoryarn global add firebase-tools
- Install Firebase CLI:
- Create Firebase account and login into Firebase CLI:
firebase login - Open Terminal/CMD/Powershell in your dir.
- Now type
firebase logincommand in your Terminal/CMD/Powershell. - Type
firebase init. - Select the project by using the arrow keys.
- Then Select the
Firebase Hostingby using Spacebar and arrow key. - Click
Nofor Single page web app. - Type
dist. - Some by default file will be created successfully.
- Run locally
firebase serveornpm run serveoryarn serve
- Build and deploy
firebase deployornpm run deployoryarn deploy
- For Test:
npm run test
- For Lints and Fixes files:
npm run lint
| 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 :)
