Skip to content

pedrotrasfereti/theming-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn

Theming With Sass Guide

Welcome to my theming with Sass (SCSS) Guide! Here you can find information about the project's development, such as which technologies were used, how to install and run the project, usage and more.

Product Animated GIF

This simple React.js application is a complement to the step-by-step tutorial posted on my LinkedIn, which you can find inside the slides directory. All important information and abstractions can be found in the form of comments in the SCSS and TSX files. Feel free to send questions or suggestions my way, in case you have any!

The deployed project will be available here.



Built With

List of major frameworks/libraries used to bootstrap this project:

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/pedrotrasfereti/theming-sass.git
  2. Install NPM packages
    npm install
  3. Start the app with Yarn
    yarn dev
  4. Visit http://localhost:3000/ on your browser

(back to top)

Usage

You may use my code or design to build your own projects, just be original about it.

(back to top)

Contact

Pedro Trasfereti - LinkedIn - pedrotrasfereti@gmail.com

(back to top)

Acknowledgments

List of resources I find helpful and would like to give credit to:

Articles

UI Design Guides

Tutorials

Development Tools

(back to top)