We spend time using good community practices to make your project scalable. ❤️
Welcome to the light documentation of Template React Components!
- Node.js 10 or later
- MacOS, Windows (including WSL), and Linux are supported
- Clone this repo using
git clone --depth=1 https://github.com/monzter50/template-react-component-library.git <YOUR_PROJECT_NAME>
- Move to the appropriate directory:
cd <YOUR_PROJECT_NAME>
. - Run
yarn
ornpm install
to install dependencies . - Run
yarn storybook
ornpm run storybook
to see the example app athttp://localhost:6006
. - Change in your
package.json
yourpublishConfig
for youhttps://npm.pkg.github.com/<USERNAME>
These scripts refer to the different stages of developing an application:
storybook
- Runs which starts App.js in view yours componentsrollup
- Runs build which builds the application for publish usagetest
- Runs start which starts a check your components
Now you're ready to rumble! 🚥
Thank you for your interest in contributing; we are delighted you want to help out. We have a contributing guide to help you get started.
This project is licensed under the MIT license, Copyright (c) 2019 Jose Antonio Gonzalez Castro.
- Jose Antonio Gonzalez Castro 🛠