Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pankajparkar/glimmer-sample
Glimmer sample
https://github.com/pankajparkar/glimmer-sample
Last synced: 20 days ago
JSON representation
Glimmer sample
- Host: GitHub
- URL: https://github.com/pankajparkar/glimmer-sample
- Owner: pankajparkar
- License: mit
- Created: 2019-08-10T18:19:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:31:29.000Z (about 2 years ago)
- Last Synced: 2024-10-31T23:12:40.037Z (2 months ago)
- Language: TypeScript
- Size: 1.32 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# glimmer-sample
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-sample`
* `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/)