generator-appx
generator-appx copied to clipboard
Yeoman generator for building websites and Windows 10 Apps
AppX Generator
A Yeoman generator for building websites and Hosted Apps for Windows 10.
For the full documentation, please refer to the wiki
Quick Start
Note: The Quick Start assumes you already have some experience with the command line as well as Git, NodeJS, and NPM installed. Otherwise, you can check out the Getting Started section in the wiki.
Install Gulp, Yeoman, and the template
npm i -g gulp yo generator-appx
Scaffold out the project
yo appx
To easily speed this process up significantly check out the Tips section in the sidebar.
Run Gulp
gulp
If you would like to also deploy a Windows 10 app, run:
gulp appx:dev
Screencast
Code of Conduct
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.