Glorious components for Vue & React.
-
Install Node. Download the "Recommend for Most Users" version.
-
Clone the repo:
git clone git@github.com: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 -- --watch
- In another run:
npm run start
Docs will be running on http://localhost:7000
.
- Ensure that all code that you have added is covered with unit tests:
npm run test
- You can optionally generate coverage report after running tests:
npm run test -- --coverage