https://github.com/stefannieuwenhuis/itcss-meetup
https://github.com/stefannieuwenhuis/itcss-meetup
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefannieuwenhuis/itcss-meetup
- Owner: StefanNieuwenhuis
- License: gpl-3.0
- Created: 2018-03-29T08:56:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T18:33:14.000Z (about 7 years ago)
- Last Synced: 2025-02-12T14:57:47.650Z (3 months ago)
- Language: HTML
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!