An open API service indexing awesome lists of open source software.

https://github.com/abrahamspaa/count-up


https://github.com/abrahamspaa/count-up

countupjs glimmerjs

Last synced: about 1 month ago
JSON representation

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/)