jaredwilli / react-twizlr

A set of reusable React components from my Webernote app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twizlrs

Makes mouths happy...

Build Status codebeat badge Greenkeeper badge dependencies Status


code style: prettier License: PRs Welcome

Overview


Twizler is a set of React components that was originally part of the app Webernote, but I decided to break them out into a separate repo and make them resuable.

Install


Clone && cd && yarn

git clone git@github.com:jaredwilli/twizlr-playground.git
cd twizlr-playground
yarn

Running and Building Styleguide:


yarn styleguide

yarn styleguide-build

Running Server:


yarn start

_The app will be served on (http://localhost:3000/).

Prettier Configuration:


This package uses prettier to auto format the code on pre-commit. It also has a .prettierrc file for setting some defaults. It is recommended that you install Prettier in your code editor of choice and configure your workspace settings for it to be the same as what this project has defined.

License:


MIT License

About

A set of reusable React components from my Webernote app.

License:MIT License


Languages

Language:JavaScript 81.3%Language:CSS 18.7%