Skip to content

Setting up Skeleton Sass for first time use

AtomicPages LLC edited this page Nov 7, 2016 · 14 revisions

Installing Skeleton Sass as a Dependency

We can install Skeleton Sass three ways:

  1. bower
  2. npm
  3. git

Already got Skeleton Sass 3 installed? Skip to setup.

Bower

  1. Ensure bower is installed
  2. Open your command line/terminal window and issue the following commands:
cd path/to/my_project
bower install --save-dev skeleton-sass-official

Installing bower
  1. Install node.js
  2. Open your console and issue the following command:
npm install --global bower

NPM

  1. Ensure NPM is installed on your system
  2. Issue the following commands from your console window:
cd path/to/my_project
npm install --save-dev skeleton-sass-official

Checking if NPM is Installed
  • Windows
    1. Open command line and issue the following command node -v. If you see a version number, then you have node.js installed.
  • macOS/Linux
    1. Open a new terminal window or tab and issue the following command: command -v node if you see nothing then node.js is not installed.

Git

  1. Using your favorite GUI application (e.g. Github, Sourcetree, Gitkraken, etc.)
  2. Via command line:
cd path/to/my_project
git clone https://github.com/atomicpages/skeleton-sass