@lachiejames/ea-coding-test
Running from the command line
Installing
Install @lachiejames/ea-coding-test
globally using npm:
npm install -g @lachiejames/ea-coding-test
Running locally
Run locally:
ea-coding-test
Demo
Running in TypeScript
Installing
Install the project using:
git clone https://github.com/lachiejames/ea-coding-test.git
Running locally
Installing dependencies:
yarn
Compiling to JavaScript:
yarn build
Running with Node:
yarn start
Running tests:
yarn test