1.0.3 • Published 7 years ago

generator-atdd-web-front-end v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Usage

This generator is to help you to get started with ATDD. More informations, options, parameters in A/A ATDD Training Videos

Install

Install required tools yo and generator-atdd-web-front-end:
npm install -g yo generator-atdd-web-front-end

Run

Go to the root of your web application:
cd application-name
Run yo atdd-web-front-end, and specify the port where your app is running:
yo atdd-web-front-end
Run your app and then start the atdd script:
- npm run start (or whatever command you use to start your app)
- npm run test:atdd (In a separate terminal)
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago