https://github.com/spoonx/stix-skeleton
:skull: The stix skeleton used for `stix init`.
https://github.com/spoonx/stix-skeleton
Last synced: 5 months ago
JSON representation
:skull: The stix skeleton used for `stix init`.
- Host: GitHub
- URL: https://github.com/spoonx/stix-skeleton
- Owner: SpoonX
- Created: 2018-10-04T07:36:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T20:39:24.000Z (over 3 years ago)
- Last Synced: 2025-07-13T21:37:13.177Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 772 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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`