Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`.
- Host: GitHub
- URL: https://github.com/spoonx/stix-skeleton
- Owner: SpoonX
- Created: 2018-10-04T07:36:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T20:39:24.000Z (about 2 years ago)
- Last Synced: 2024-04-14T05:16:30.636Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 772 KB
- Stars: 5
- Watchers: 3
- 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`