Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Dhaulagiri/glimmer-js-getting-started

Repository files navigation

glimmer-js-getting-started

A barebones glimmer.js project which can be easily deployed to Heroku

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:Dhaulagiri/glimmer-js-getting-started.git this repository
  • cd glimmer-js-getting-started
  • yarn

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying to Heroku

$ heroku create --buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz
$ git push heroku master
$ heroku open

or

Deploy

Documentation