Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.19 KB

README.adoc

File metadata and controls

49 lines (39 loc) · 1.19 KB

YRS Notes

Resources

Platforms:

Project Skeletons

Yeoman is a wonderful tool for generating the boilerplate code you’ll need for most projects, it supports a variety of different technologies, but is mainly used in javascript based projects, although you can find generators for: - ASP.NET 5 - Wordpress - Python (Flask) - Python (Django)

javascript-wise you can find generators for these technologies and more: - React.js - AngularJS - Backbone

Of particular note is a generator targetted for hackathons

If you’re developing an android application, then AVOID AndroidKickstarR since it’s very old.

Tutorials

Python

Java