Skip to content

serenity-js/todomvc-demo

Repository files navigation

Serenity/JS TodoMVC Demo

Build Status

Prerequisites

To use this project, you'll need:

  • Node.js, a Long-Term Support (LTS) release version 10 or later - download
  • Java Runtime Environment (JRE) or a Java Development Kit (JDK) version 8 or later - download
  • Chrome web browser - download

Usage

npm ci                  # installs the node modules
npm run lint            # runs the code linter
npm test                # executes the example tests and generates the report under ./target/site/serenity