Slides and examples from my talk at HannoverJS in April 2018
The slides for this talk can be found in the slides
folder.
- Install the dependencies with
npm install
- Start the web server with
npm start
localhost:3000
will be opened automatically in the browser
The examples for Ava and Jest of this talk can be found in the examples
folder.
- Install the dependencies in both of them with
npm install
- Run the tests for both with
npm test