1.0.3 • Published 8 years ago
generator-atdd-web-front-end v1.0.3
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-endRun
Go to the root of your web application:
cd application-nameRun yo atdd-web-front-end, and specify the port where your app is running:
yo atdd-web-front-endRun 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)