1.0.1 • Published 6 years ago
stix-skeleton v1.0.1
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:
- Install stix cli:
yarn global add stix-cli
- Create a new project:
stix init project-name
- Party.
Running
Start a dev server: yarn dev
Display debug output: DEBUG=stix:* yarn dev