Fireball uses the package manager Yarn and node.
On a mac you can install them both using homebrew:
brew install node
brew install yarn
yarn install
yarn run serve
yarn run build
yarn run lint
yarn run test:unit
yarn run test:e2e
- Reinit slider on callback not setTimeout
- Use Travis CI for deployments
- Unit Tests
- E2E Tests