RealWorld shows you how the exact same real world blogging platform is built using React/Angular/& more on top of Node/Django/& more. Yes, you can mix and match them, because they all adhere to the same API spec.
There is an Issue about the aurelia fork. It was initiated from @jadhavajay and the code can be found here.
Now I need your help!!!
The coding is finished since October 2017 but not yet listed on the README of the gothinkster/realworld Project! Unfortunatly @jadhavajay stopped responding after merging and commenting my PullRequests. Neither on github nor on the gitter channel. I would be very happy if you could push the issue or the gitter discussion forward. We should get Aurelia listed on Realworld to make it more popular. @EricSimons, the founder of realWorld, wants to merge the project, if someone other than me says its good enough.
All you need to do is a thumbs up on the Issue Comment! Thanks in advance!
I did the thumbs up! Thank you so much for your work.
Having this published using Aurelia would really be something to help spread the word about Aurelia (IMHO). @adriatic perhaps we can have/ask/beg the members of the community vote/push for this.
Thanks also to @ericsimons for the splendid concept - very useful!
If you like star the aurelia-realworld-example-app to give it more attention or to use it for your liking which would be the original intention of the project.
gave it a star
Great work on the project, this was very useful for another framework project I m working on.
But noticed some parts when I was making mine and comparing it to this/Vuejs/angular etc.
aurelia should replace moment.js with date-fns, saves 10-15kb gzipped. (make it faster)
favorite buttons on posts on home page isnt working, and displaying green when loaded/is favorite
tags is supposed to display with “#tagname” on right side of “global feed” when u click on them
clicking on favorite/follow does not redirect to sign-in page when not signed in.
I think post is supposed to display markdown as html (with something like “marked” npm package)
might be more minor stuff, but those is easy to notice
@bigopon latest PR’s might speed up stuff too, so might be worth looking at, so it does even better at comparisons people do
Please do not take the error I listed as complaining, just trying to help make it look and behave better, this project really helped me when I made my own.