Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mimiflynn/learn-to-app
Tutorial for a super duper beginner nonprogrammer to make a super duper simple app with Ionic. Lofty goal... I know ;)
https://github.com/mimiflynn/learn-to-app
Last synced: about 1 month ago
JSON representation
Tutorial for a super duper beginner nonprogrammer to make a super duper simple app with Ionic. Lofty goal... I know ;)
- Host: GitHub
- URL: https://github.com/mimiflynn/learn-to-app
- Owner: mimiflynn
- Created: 2015-05-16T02:19:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T02:20:06.000Z (over 9 years ago)
- Last Synced: 2024-10-12T16:55:47.020Z (3 months ago)
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn To App
An attempt to teach a non-coder to make the app they dream of with Ionic Framework.
## Requirements
A Mac... because I'm making this for one very specific person and they have a Mac and no coding experience and barely ever used a computer before.
## Objectives
- Text Editors
+ Sublime Text
+ Atom
+ Brackets- Command line
+ Git
+ Brew
+ nodejs
+ npm
+ ionic- Concepts
+ googling thing
+ how to read and use documentationOverall, this will teach a person to use the basic workings of Ionic, not to create anything custom, but will push them in that direction in the end.
## Why Ionic?
One could make an app for any device with Ionic. Since so many technologies are all packaged up into a single framework, it seems, for beginners, to be the most direct way to make an extremely basic app.
Overall, I hope that Ionic could be a good 'gateway drug' into development, whether it be web development or native app development is up to the student.