Welcome to the Angular card deck component! Want to start out with a working sample card deck project? This is the tldr; version for those ready to jumpstart! |
This repo should allow beginners to play around with the foundations of the card deck without too much knowledge of how things are wired. A lot of excess files have been trimmed out to reveal a minimal installation. You can compose dashboard apps by following the basic patterns of the starter kit.
- Clone repo with
git clone [email protected]:mattmutt/ngx-card-deck-starter.git
- Install Angular CLI if necessary, with
npm install -g @angular/cli
- Grab all tooling and library dependencies
npm install
- Start the development server with
npm start
, then visit http://localhost:4200 in browser - Hungry for more samples? Graduate to an intermediate ngx-card-deck seed.
- Angular 8
- Clarity 2
- RxJS 6
- Node.js 10+ ( Angular CLI requirements)
- ES2015 ( no need to support IE11 going forward? )
Run npm start
or for a local development server. Navigate to http://localhost:4200
. The app will automatically reload if you change
any of the source code files. One sample project is included
Run npm run e2e
to execute the end-to-end tests via Protractor. One test will verify card deck engine instantiates the sample deck correctly.