1.0.6 • Published 8 years ago
tracking-opt-in-test v1.0.6
tracking-opt-in
FANDOM's gdpr opt-in dialog prompt.
Installation
$> yarn installLocal Development
$> yarn startOpen up http://localhost:3000. Webpack HMR should update the app as you develop.
The main entry point is src/index.js.
Running Tests
To run a single pass over the tests:
$> yarn testTo run the tests in watch mode so that changes re-run the tests:
$> yarn test:watch