-
Notifications
You must be signed in to change notification settings - Fork 5
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
Get started guide #2
Comments
Which choices would you make though? There isn't currently a default "just setup up a project", if it was aimed at beginners I would go with the choices that have the least friction (no .net core, probably no typescript, webpack, either no css pre-processor or postcss) |
@mttmccb I do agree.. and @lancelot316 started working in that direction.. |
An interactive guide on stackblitz would be great, once support is available. I was trying to put together, with the tools that are currently available. Something easy to follow, that could get a newcomer up and running with as little friction as possible, to make their first experiences with Aurelia as enjoyable as possible. Personally I get frustrated when I try out a new framework and I can't get something simple up and running quickly. |
agree with @lancelot316 stackblitz would be a lot better for just trying things out or even as bug repros. but hopefully @bigopon's awesome work on aurelia/framework#858 aurelia/framework#876 aurelia/templating-router#75 aurelia/templating#606 will make it possible |
here is a setup for es from @bigopon |
It was Brazyli who made the loader, and Alex who put the base for Stackblitz, mine was topping 😄 |
Newcomers do not need choices. They need a straight path to quick success.
Aurelias home page features "get started" article which requires dwnloading a zip file, exctracting and then chosing js vs ts.
In CLI days it should be reviewed into
I'd even go further and remove all choices in the cli, unless you pass --i-know-what-im-doing flag (-:
The text was updated successfully, but these errors were encountered: