Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 482 Bytes

getting-started.md

File metadata and controls

14 lines (8 loc) · 482 Bytes

Getting started

To run the app in development mode, use following commands.

  1. Clone and cd into the repository git clone git@github.com:yeoman/yeoman-app.git && cd yeoman-app
  2. Get dependencies npm install
  3. To run the app run npm start.

Tests

Run renderer tests

While the app is open, press CMD+OPT+T ( CTRL+SHIFT+T on Windows) or execute the tests from the menu View > Developer > Run Tests.