Install from NPM¶
To use the Skeletonic Stylus Library, you will need the npm JavaScript package manager.
Install the npm command line interface¶
npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer.
To install Node.js and the npm command line interface using either a Node version manager or a Node installer.
Check installation¶
To check if you have Node.js installed, run this command in your terminal:
node --version
To confirm that you have npm installed you can run this command in your terminal:
npm --version
Install the Skeletonic Stylus Library via Yarn¶
To install the Skeletonic Stylus Library, you can use the npm JavaScript package manager as follows:
npm install skeletonic-stylus
Next¶
After you have installed the Skeletonic Stylus Library, create your first app in Getting Started → Hello Skeletonic.