Skip to content

Install from YARN

To use the Skeletonic Stylus Library, you will need the yarn JavaScript package manager JavaScript package manager.

Install Yarn

Before you start using Yarn, you’ll first need to install it on your system. There are many different ways to install Yarn, but a single one is recommended and cross-platform:

Install Yarn 2 or greater via npm

It is recommended to install Yarn through the npm package manager, which comes bundled with Node.js when you install it on your system.

npm install --global yarn

Check installation

To confirm that you have yarn installed you can run this command in your terminal:

yarn -v

Install the Skeletonic Stylus Library via Yarn

To install the Skeletonic Stylus Library, you can use the yarn JavaScript package manager as follows:

yarn add skeletonic-stylus

Next

After you have installed the Skeletonic Stylus Library, create your first app in Getting Started → Hello Skeletonic.