Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
Alex Lu edited this page Jul 27, 2015 · 10 revisions

Contents

  1. What is AppX Generator?
  2. AppX Generator Features
  3. How To Begin
## What is AppX Generator?

The Yeoman generator for AppX lets you quickly and easily set up a project for building websites and Windows 10 Hosted Apps. asciicast

## AppX Generator Features

The scaffolded out project includes the following tools, tasks, and workflows:

  • Webpack
  • Windows 10 Hosted App Build System
  • SASS (super fast libsass with source maps, and autoprefixer)
  • BrowserSync for live reloading and a static server
  • Multiple bundles with shared dependencies
  • Separate compression task for production builds
## How to Begin

To begin creating your own websites and Windows 10 Apps using the AppX Generator, please visit the Getting Started page in the sidebar.

If you would like to get up and running ASAP and you already have Git, NodeJS and NPM installed, please visit the Quick Start page in the sidebar for a condensed version. NOTE: the Quick Start assumes basic familiarity with the command line.