To run the app in development mode, use following commands.
- Clone and cd into the repository
git clone [email protected]:yeoman/yeoman-app.git && cd yeoman-app
- Get dependencies
npm install
- To run the app run
npm start
.
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.