1.0.1 • Published 6 years ago

stix-skeleton v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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