A barebones glimmer.js project which can be easily deployed to Heroku
You will need the following things properly installed on your computer.
git clone git@github.com:Dhaulagiri/glimmer-js-getting-started.git
this repositorycd glimmer-js-getting-started
yarn
ember serve
- Visit your app at http://localhost:4200.
ember build
(development)ember build --environment production
(production)
$ heroku create --buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz
$ git push heroku master
$ heroku open
or