Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.05 KB

README.md

File metadata and controls

51 lines (28 loc) · 2.05 KB

ngx card deck starter example

ngx card deck

Summary

downloads

Introduction

ngx-card-deck-logo.png 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!

ngx card deck

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.

Quick start

  • 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.

Platform dependencies versions

  • Angular 8
  • Clarity 2
  • RxJS 6
  • Node.js 10+ ( Angular CLI requirements)
  • ES2015 ( no need to support IE11 going forward? )

Server local startup

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

End-to-end tests

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.