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
- Host: GitHub
- URL: https://github.com/glimmerjs/glimmer-playground
- Owner: glimmerjs
- Created: 2017-07-02T02:03:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T22:44:39.000Z (over 2 years ago)
- Last Synced: 2024-04-15T12:22:58.479Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://try.glimmerjs.com
- Size: 1.29 MB
- Stars: 17
- Watchers: 13
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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/)