Skip to content

Commit

Permalink
Create README
Browse files Browse the repository at this point in the history
  • Loading branch information
vczb committed Mar 10, 2022
1 parent 68ff645 commit 11d4b11
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# React Library Starter

This project is a boilerplate for a React UI library.

## What is inside?

- [TypeScript](https://www.typescriptlang.org/)
- [Styled Components](https://styled-components.com/)
- [Storybook](https://storybook.js.org/)
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)

## Available commands

- `build`: build the files in the `lib` directory
- `storybook`: run the storybook at the address `localhost:6006`
- `prettier:check`: check formatting on all `src` directory
- `prettier:format`: formats all `src` directory

## Project structure

```
/.storybook
/lib
/src
├── index.ts
├── packages
| ├── index.ts
| ├── Button
| | ├── index.tsx
| | ├── stories.tsx
| | └── styles.ts
├── styles
| ├── global.ts
| ├── theme.ts
```

0 comments on commit 11d4b11

Please sign in to comment.