Skip to content

Repository of example code: Robust, semantic solutions for modern design challenges.

License

Notifications You must be signed in to change notification settings

offsetChris/design_challenges_CSUN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

design_challenges_CSUN

Repository of example code from CSUN presentation: Robust, semantic solutions for modern design challenges.

Demo: https://offsetchris.github.io/design_challenges_CSUN/

Examples repository or the 2019 CSUN presentation: Robust, Semantic Solutions to Modern Design Challenges

Clone the repo

  • Clone the repository using the command git clone

Install Dependencies

  • Ensure you've installed Node JS
  • command npm install to install all dependencies for the project

Sass watch

  • Start sass watch with command npm run sass
  • When you save changes in any scss file in the sass folder the CSS will compile to the common folder.
  • Note: if you add a scss file in the sass folder you may have to restart your sass watch script in order to recognize changes in the new file.

Run the index file on localhost

  • I like to use python simple http server python -m http.server 8080
  • Open your browser to localhost:8080 and you should see the index file.

Sass naming note: "Bits & Pieces Put Together to Present a Semblance of a Whole" Walker Art Center Minneapolis MN Artist: Lawrence Weiner Created: 2005 https://walkerart.org/collections/artworks/bits-and-pieces-put-together-to-present-a-semblance-of-a-whole

About

Repository of example code: Robust, semantic solutions for modern design challenges.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published