this serie of videos is the best source that I have found to learn emberjs. Better than the official documentations. Really apreciated and thanks a lot for your work. You have same me hours for understanding properly
Hello ! nive work ! I a a problem creating new route. every route is leading to the welcome page. Is ther a configuration that I missed ? Thanks for your help
I have the same issues and I am not able to find any answers on the Internet. I am asked to learn ember at work but seems like ember is really not very nice😭😭😭
Build the web app using npm build Add a deploy script where you do 2 things erase existing s3 files under some directory ,where you have to deploy the current production code. Make sure that you have authorized your aws account and given correct bucket name in package.json file. before deploying the app through aws CLi. After that you are ready just run npm.deploy and see the files getting deployed over s3. Do some.basic configuration on s3 buckets prior to doing this.
this serie of videos is the best source that I have found to learn emberjs. Better than the official documentations. Really apreciated and thanks a lot for your work. You have same me hours for understanding properly
The best explanation ever for emberjs.
Great video! The different types of routes are something I haven't thought about as much as I should, glad I saw this
Thanks for your effort, this section covers almost all the URLs needs for a webapp. Keep up the great work you are doing :)
Thanks for explaining index route so well
Glad it was helpful!
Thanks for the video. I have been working with ember for quiet sometime still found this helpful.
Greate videos, easy to understand. Will be waiting for more videos from you about Ember.
More to come!
@@ShawnCTech appreciate your effort🙏
Excellent content and good explanations! Hope you can more subscribers.
Thank you!
Pure love, thanks for sharing again :)
My pleasure
Those contents r helpful brother! Thanks a lot!
can you please upload simple login with store local storage/ Session , after that login go to another page
please,
I am able to create routes but it doesn't create new files for that route.. please help
Great video, keep going!!
Thank you! Will do!
Can you explain ember object model
Please I am new in ember but I'm in hurry to put topojson map in Ember project.
Hello ! nive work ! I a a problem creating new route. every route is leading to the welcome page. Is ther a configuration that I missed ? Thanks for your help
Make sure you have the configuration in the router.js
@@ShawnCTech ok i will figure that out thanks !
Hey Shawn, why when I use "ember g route" it does not generate anything in the template folder?
Same here. please help me
I have the same issues and I am not able to find any answers on the Internet. I am asked to learn ember at work but seems like ember is really not very nice😭😭😭
Did you find the fix bro? Please help
@@vaibhavjain79 yes. Try: npm i ember source
@@thetradingzone7796 tqq very much bro
Thank you for your videos. By the way, you called twice Handlebars templates as routes in your video #2.
Thanks for your support :) That's intended, the template mentioned is to render the content in the corresponding route.
Great video. In future could you make a detail video on how to deploy an ember application on amazon s3.
Noted.
Basically, as long as you have your built file, you can just publish those files into s3
Build the web app using npm build
Add a deploy script where you do 2 things erase existing s3 files under some directory ,where you have to deploy the current production code.
Make sure that you have authorized your aws account and given correct bucket name in package.json file. before deploying the app through aws CLi.
After that you are ready just run npm.deploy and see the files getting deployed over s3.
Do some.basic configuration on s3 buckets prior to doing this.
Great video!!!
Routing explining is bad, confusing.....