Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajasegar/glimmer-live-chat
A Live chat application crafted using Glimmer.js
https://github.com/rajasegar/glimmer-live-chat
chat-application glimmer glimmer-application glimmer-apps glimmer-component glimmerjs
Last synced: 21 days ago
JSON representation
A Live chat application crafted using Glimmer.js
- Host: GitHub
- URL: https://github.com/rajasegar/glimmer-live-chat
- Owner: rajasegar
- Created: 2018-09-06T00:25:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T01:20:54.000Z (about 6 years ago)
- Last Synced: 2024-10-10T16:30:03.447Z (about 1 month ago)
- Topics: chat-application, glimmer, glimmer-application, glimmer-apps, glimmer-component, glimmerjs
- Language: TypeScript
- Homepage: https://rajasegar.github.io/glimmer-live-chat/
- Size: 172 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# glimmer-widget
This README outlines the details of collaborating on this Glimmer application.
A short introduction of this app could easily go here.## 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-widget`
* `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
* [glimmerjs](http://github.com/tildeio/glimmer/)
* [ember-cli](https://ember-cli.com/)