Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spoonx/stix-skeleton

:skull: The stix skeleton used for `stix init`.
https://github.com/spoonx/stix-skeleton

Last synced: about 1 month ago
JSON representation

:skull: The stix skeleton used for `stix init`.

Awesome Lists containing this project

README

        

# 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`