An Example Repository for the Deck of Cards IBM iX Challenge
Table of Contents
As part of IBM iX, often a code challenge is required to prove coding ability. This is my sample repo, it took me about 4 hours to produce.
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/DavidSint/card-deck.git
- Install NPM packages
npm install
- Dev Mode (watch for file changes)
npm run dev
- Test
npm run test - Build
npm run build
- Start the app
npm run preview
Distributed under the MIT License. See LICENSE.txt for more information.
David Sint - @DavidRSint
Project Link: https://github.com/DavidSint/card-deck