README
PINK DESIGN
A simple and beautiful component library...
ABOUT THIS LIBRARY
This library is a component library for ReactJS projects. This project was built with, TypeScript ReactJS, Styled Components, Storybook, Jest, React Testing Library and more. Made by coderamos
AVALIABLE SCRIPTS
In the project directory, you can run:
// installing the dependencies
yarn install
// runs storybook on http://localhost:6006/
yarn storybook
// build project
yarn build
// runs the linter in all components and pages
yarn lint
// runs jest to test all components and pages
yarn test
// runs jest in watch mode
yarn test:watch
// creates .jest-test-results.json file to @storybook/addon-jest
yarn test:generate-output
// creates a new component. to create a Button component, for example, run: yarn generate Button
yarn generate <ComponentName>
Learn how to install yarn
through the official documentation.
MAIN TECHNOLOGIES USED
storybook
To build components like stories.
styled-components
To stylize my app as components.
typescript
To give more power to my JavaScript code.
ABOUT ME
My Github profile: https://github.com/coderamos/
My Linkedin profile: https://www.linkedin.com/in/coderamos/