styled-components-ui-lib-demo
v0.0.4
Published
[View this project's storybook](https://jonathanhudak.com/ui-lib-starter/)
Downloads
1
Readme
UI Library Setup
A boilerplate project to get up and running building a UI library using:
- React
- styled-components
- storybook
UI Lib Development
- Clone repo:
git clone [email protected]:jonathanhudak/react-storybook-styled-components-gh-pages.git
npm install
Local Development
npm start
will open uphttp://localhost:9001/
- build components
Deployment
- Add your own git repo remote origin
- Run
npm run deploy
Build
- Run
npm run build
Publish to NPM
- Login to npm
npm login
- Run
npm run publish
Reference Links
Todo
- [x] Add eslint
- [x] Add prettier
- [x] Add precommit hook
- [x] Add test task
- [x] Add test task to precommit hook
- [x] Add module bundling for whole library and individual components
- [x] Add eslint-plugin-jsx-a11y
- ?