/galactic-squads

Galactic Squads is a demo showing how to build a full application entirely with web components. It uses FluentUI Web Components built on Microsoft's FAST UI System, along with the new FAST dependency injection and router systems.

Primary LanguageTypeScriptMIT LicenseMIT

Galactic Squads

Battle Station Setup

Recommended VS Code Plugins

Project Setup

  • Clone the repository by executing git clone https://github.com/EisenbergEffect/galactic-squads.git.
  • Install the dependencies in the project folder by executing npm install.

Development

To run the app in dev mode with file change watching and browser auto-refresh, execute npm run dev.

Build

To build a fully armed and operational app, execute npm run build.