Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 744 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 744 Bytes

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