Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 1.62 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.62 KB

AppX Generator

Build Status

A Yeoman generator for building websites and Hosted Apps for Windows 10.

yoappx

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

asciicast

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 opencode@microsoft.com with any additional questions or comments.