GitXplorerGitXplorer
t

storybook-sass-typescript-boilerplate

public
6 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
eb14cc7848094d5669b78d19e2399a212bb5b24e

update package.json

tthenriquedb committed 4 years ago
Unverified
b670521faaf7d6299a71ebc328f0b790841f5cbc

Bump version to: 0.1.0 [skip ci]

tthenriquedb committed 4 years ago
Unverified
739c034e2a7d992d4cfd21e4b742e201b2428c08

config npm publish

tthenriquedb committed 4 years ago
Unverified
0c3c2d06d2d0bf4363b0ef767157aa9e7854832e

Changelog for v0.1.0 [skip ci]

tthenriquedb committed 4 years ago
Unverified
639824f803b15b66080e17333a511c9828b8fe4e

Changelog for v0.1.0

tthenriquedb committed 4 years ago
Unverified
c93fcb585cfdd32cb270935ed2bb0ecbe845416d

update README.md

tthenriquedb committed 4 years ago

README

The README file for this repository.

Boilerplate to use with Storybook, Sass, TypeScript and JEST

What is insided?

How to use

yarn && yarn storybook
# or npm install && npm run storybook  

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