An open API service indexing awesome lists of open source software.

https://github.com/glimmerjs/glimmer-playground

Interactive web playground for writing and running Glimmer components
https://github.com/glimmerjs/glimmer-playground

Last synced: about 2 months ago
JSON representation

Interactive web playground for writing and running Glimmer components

Awesome Lists containing this project

README

        

# Glimmer Playground

This project provides a an interactive development environment for people looking to try Glimmerjs.
See it live at [https://try.glimmerjs.com](https://try.glimmerjs.com).

## Prerequisites

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

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Yarn](https://yarnpkg.com/en/)
* [Ember CLI](https://ember-cli.com/)

## Installation

* `git clone ` this repository
* `cd glimmer-repl`
* `yarn`

## Running / Development

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).

### Building

* `ember build` (development)
* `ember build --environment production` (production)

## Further Reading / Useful Links

* [glimmer.js](http://github.com/glimmerjs/glimmer.js/)
* [ember-cli](https://ember-cli.com/)