An open API service indexing awesome lists of open source software.

https://github.com/stefannieuwenhuis/itcss-meetup


https://github.com/stefannieuwenhuis/itcss-meetup

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# itcss-meetup

## Prerequisites

* Node
* NPM / Yarn

## Getting started

* run `npm i`

## Running the build

There are two kinds: case and assignment.

### Case

You can use the case as input to setup the ITCSS architecture. Alternatively, you can use code from your own codebase.

* run `npm run build:case` to run the build for the case. [NOTE]: includes watch
* run `open src/1_case/index.html` to open the page in your default browser.
* [optional] run `npm run watch:case` to watch for changes in the scss.

### Assignment

You can use the assignment as a clean slate to build your page using ITCSS.

* run `npm run build:assignment` to run the build for the assignment. [NOTE]: includes watch
* run `open src/1_assignment/index.html` to open the page in your default browser.
* [optional] run `npm run watch:assignment` to watch for changes in the scss.

# Funfunfun

Have fun!