Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utdata/icj-sass-template
Lesson in refactoring css as Sass
https://github.com/utdata/icj-sass-template
Last synced: about 1 month ago
JSON representation
Lesson in refactoring css as Sass
- Host: GitHub
- URL: https://github.com/utdata/icj-sass-template
- Owner: utdata
- Created: 2018-10-06T20:42:05.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T20:03:01.000Z (12 months ago)
- Last Synced: 2024-02-15T21:24:36.865Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 652 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sass template for ICJ lesson
This repo is a template used in the [Intro to Coding for Journalists book](https://utdata.github.io/icj-class/) chapter on Sass.
## Project setup with degit
An easy way to download and use a repo as a template is [degit](https://www.npmjs.com/package/degit), which ICJ students should have installed when they set up Node. It downloads the contents of a repo but without the `.git` folder.
- Create your local project folder.
- In a terminal from inside the folder, run `degit utdata/icj-sass-template`.
- Run `npm install` to install dependences.
- Run `gulp dev` to run Sass and start the development server.You'll need to create your own local and Github repos.
For further directions, see the Sass lessons in the [ICJ class](https://utdata.github.io/icj-class/) book.