Ember Js

 Install ember CLI is the first step

for that copy paste following command in your terminal


npm install -g ember-cli


to verify installation type following in your terminal


ember --version


it show version if installed correctly


creating new app


ember new <project-name> 


cd to project-name


and 


ember serve 


to serve the project



we will be mostly working the the app folder of the project



hbs is handlebars



Comments