https://github.com/tomwayson/glimmer-npm-deps-example
Examples of how to add npm packages as dependencies to glimmer.js apps
https://github.com/tomwayson/glimmer-npm-deps-example
Last synced: 10 months ago
JSON representation
Examples of how to add npm packages as dependencies to glimmer.js apps
- Host: GitHub
- URL: https://github.com/tomwayson/glimmer-npm-deps-example
- Owner: tomwayson
- Created: 2017-03-29T21:55:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T22:19:42.000Z (about 9 years ago)
- Last Synced: 2025-04-05T18:52:43.696Z (about 1 year ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# glimmer-npm-deps-example
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-npm-deps-example`
* `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/)