Whether you use Angular, .NET or PHP, Joystick's CSS-only UI framework plays nicely with any workflow.
There are several ways to get started:
You can install the Joystick UI Framework using NPM.
npm i --save git+https://stash.ea.com/scm/xd/joystick-design-system.git
NOTE: Installing with Yarn instead of NPM is not advised at this time for Joystick. Currently, there is a bug in Yarn where Yarn ignores .npmignore files, and in the case of Joystick, will install the entire Joystick repository, including the site documentation and will significantly slow down your install time. This is not a build-breaking bug, but use Yarn at your own risk.
You can install the Joystick UI Framework using Bower Package Manager.
bower install --save https://stash.ea.com/scm/xd/joystick-design-system.git
You must have access to EA's Stash in order to install with Bower.
Download the Joystick UI Framework straight into your project. Check out the release notes for details of the latest updates.