|
|
Line 1: |
Line 1: |
| __NOTOC__
| |
| == Wait what, Ecosystem? ==
| |
| Imagine you're a web developer and you want to learn about this Web Apps thing. We should explain to you what this is, what you can do with it and how to build a web app, providing you with guidance and resources along the way.
| |
|
| |
|
| == Version 1: Landing Page ==
| |
| Informational landing page(s) outlining the dev process for web apps.
| |
|
| |
| Suggested outline:
| |
|
| |
| === What's a Web App? ===
| |
| * Examples
| |
| * Compare to other platforms
| |
| * Technologies used
| |
|
| |
| === Code it! ===
| |
| * The parts of an open web app
| |
| * Bootstrap
| |
| * HTML5 / CSS3 / JS docs
| |
| * Localization
| |
|
| |
| === Test it! ===
| |
| * Mobile
| |
| * Desktop
| |
| * Offline / online
| |
|
| |
| === Publish it! ===
| |
| * Deployment
| |
| ** (own server, Heroku, Google Appspot)
| |
| * Market Place / AMO
| |
| * Monetization
| |
|
| |
| === Next Steps ===
| |
| * Updates
| |
| * User Engagement
| |
|
| |
| == Version 2: Developer Dashboard ==
| |
| Support of development process from beginning to end by tapping into documentation, building, deployment APIs and resources.
| |
| ...
| |