https://github.com/josemarluedke/glimmer-apollo-example-glimmerx
https://github.com/josemarluedke/glimmer-apollo-example-glimmerx
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/josemarluedke/glimmer-apollo-example-glimmerx
- Owner: josemarluedke
- Created: 2025-01-07T22:13:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T22:13:55.000Z (9 months ago)
- Last Synced: 2025-03-10T19:00:06.439Z (7 months ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-glimmerx
This README outlines the details of collaborating on this GlimmerX 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/)## Installation
- `git clone ` this repository
- `cd test-glimmerx`
- `yarn`## Running / Development
- `yarn start`
- Visit your app at [http://localhost:8080](http://localhost:8080).### Building
- `yarn build`
## Further Reading / Useful Links
- [glimmerx](http://github.com/glimmerjs/glimmer-experimental/)
- [webpack](https://webpack.js.org/)
- [babel](https://babeljs.io/docs/en/configuration)