-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please improve structure and getting started guide #21
Comments
@kristianmandrup - that's good feedback 👍 i'm thinking about creating a skeleton-navigation style app and porting it to various ide's - here's the list i'm considering: the naming convention would be: aurelia-typescript-<ide name>
one thing to keep in mind, is that there is an awesome integrated demo / code sample website coming that will show you running code as well as display the code. at that point, the code samples should be shown using that technique, and just have a single sample for each ide to show how to get going. does that make sense? |
Great, I like it! Just make a hello world app, such as skeleton app without the Flickr and child router routes. Exciting times!!! Hope others will join your amazing effort... Typescript is the way ahead :) |
Indeed. Naturally as complete as possible example what comes to "plumbing". Like non-minimized and non-bundled in debug setting, but on release doing it all to make things run fast. With TypeScript, VS 2015 to a ASP.NET 5 template calling WebApi and a Web Deploy setup "to somewhere" would be really cool. I think Aurelia itself is a joy to work with, but setting up a real application might be a bit of a trouble with the aforementioned technology stack. I think even better would be to have amble comments and documentation on why and what the pieces there are (even if they might be "clear" otherwise) just to facilitate the learning process for those new to web programming. A lot of wished for the hearts and minds, I understand. But a VS example would be really nice. :) I just wanted to write this here, though you are doing a great job already! |
I can help write a generator which adds configuration depending on the editor chosen |
Been reading your blog post and was excited to get started with Aurealia and TS, however...
I wish you would split this repo into more repos, at least group them in some logical fashion: one for Visual Studio, One for skeleton app etc. How would I start a skeleton project using Sublime Text 3?
Looks like there is also specific support for Atom IDE. How about Webstorm?
At least make it more clear in the README, perhaps move the Visual Studio specifics at least to the Wiki for now? Then have a Geting started section for each Editor/IDE supporting TypeScript ;)
I would be glad to help out... Cheers!
The text was updated successfully, but these errors were encountered: