Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 361 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 361 Bytes

Stix-skeleton

The skeleton used by stix-cli to setup a new project.

Getting started

Creating a new application based on this module can be done like so:

  1. Install stix cli: yarn global add stix-cli
  2. Create a new project: stix init project-name
  3. Party.

Running

Start a dev server: yarn dev

Display debug output: DEBUG=stix:* yarn dev