https://github.com/abrahamspaa/count-up
https://github.com/abrahamspaa/count-up
countupjs glimmerjs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/abrahamspaa/count-up
- Owner: abrahamspaa
- Created: 2019-12-31T17:11:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:17:38.000Z (over 3 years ago)
- Last Synced: 2025-08-05T05:18:20.880Z (about 1 year ago)
- Topics: countupjs, glimmerjs
- Language: TypeScript
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# count-up
A configurable Glimmer and web component wrapper around CountUp.js.
## 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 count-up`
* `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/)