@glorious/taslonic-react
v1.1.1
Published
A glorious UI library for React
Downloads
10
Maintainers
Readme
Taslonic React
Glorious components for React.
Usage
To get started with Taslonic in your React project, please refer to the instructions found on the Taslonic's Official Website.
Contributing
IMPORTANT: Run the following commands from repository root.
Install Node. Download the "Recommend for Most Users" version.
Clone the repo:
git clone [email protected]:glorious-codes/glorious-taslonic.git
- Go to the project directory
cd glorious-taslonic
- Install the project dependencies
npm install
- In one terminal tab run:
npm run build -w=packages/react -- --watch
- In another run:
npm run start
Docs will be running on http://localhost:7000
.
Tests
- Ensure that all code that you have added is covered with unit tests:
npm run test -w=packages/react
- You can optionally generate coverage report after running tests:
npm run test -w=packages/react -- --coverage