adamgarcia4 / wm-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Barak's leaving the original repo link here:

What is insided?

How to use

Scripts

  • test: run all jest tests
  • storybook: run storybook on 6006 port
  • lint: run the linter on all components
  • build-storybook: create the build version of storybook
  • deploy-storybook:ghpages: Deploy Sorybook on Github Pages

Absolute paths

TypeScript

// anyComponent.tsx
import { Component } from 'packages/Component';
import sass from 'sass/*';

SCSS

// component.module.scss
@import "sass/*";
@import "sass/config/colors";

Read more

About


Languages

Language:SCSS 52.1%Language:JavaScript 47.1%Language:HTML 0.9%