no-name-one
v1.0.0
Published
[![npm (scoped)](https://img.shields.io/badge/npm-v6.4.1-blue.svg)](https://github.com/kaur01/pick-a-card)
Downloads
4
Readme
Pick-a-card
Ready to use cards built with angular 7 and bootstrap 4. A card is flexible and can contain any content. It includes options for a wide variety of content, contextual background colors, and powerful display options.
One of the example usages could be a group of cards in a single row, and on clicking a card you could redirect or display content.
Development server
Run npm run devStart
for a dev server. Navigate to http://localhost:4000/
.
##Production Build
Run npm run start
for a production build. Navigate to http://localhost:4000/
.
Build
Run gulp build
to build and run the unit tests of the project.
Running build without unit tests
Run gulp assemble
to build without running unit tests.
Running unit tests
Run gulp test
to execute the unit tests via Mocha.