Skip to content
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

Open
Alexander-Taran opened this issue Feb 24, 2018 · 6 comments
Open

Get started guide #2

Alexander-Taran opened this issue Feb 24, 2018 · 6 comments
Labels
help wanted Extra attention is needed
Milestone

Comments

@Alexander-Taran
Copy link
Member

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

yarn global add aurelia-cli
au new

I'd even go further and remove all choices in the cli, unless you pass --i-know-what-im-doing flag (-:

@Alexander-Taran Alexander-Taran added the help wanted Extra attention is needed label Feb 24, 2018
@Alexander-Taran Alexander-Taran added this to the 1.0.0 milestone Mar 6, 2018
@mttmccb
Copy link
Member

mttmccb commented Apr 4, 2018

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)

@Alexander-Taran
Copy link
Member Author

@mttmccb I do agree.. and @lancelot316 started working in that direction..
https://github.com/aurelia-contrib/aurelia-getting-started/blob/master/guides/getting-started-esnext.md
I'm keen on waiting for full stackblitz support.. so it could also be an interactive guide

@lancelot316
Copy link
Contributor

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.

@obedm503
Copy link

obedm503 commented Apr 5, 2018

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

@Alexander-Taran
Copy link
Member Author

here is a setup for es from @bigopon
it works.. but it's totally manual bootstraping with some magic around it..
customized loader etc
https://stackblitz.com/edit/aurelia-base?file=app.js

@bigopon
Copy link
Contributor

bigopon commented Apr 6, 2018

It was Brazyli who made the loader, and Alex who put the base for Stackblitz, mine was topping 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants