https://github.com/roxiness/stackmix
A collection of templates for Routify.
https://github.com/roxiness/stackmix
Last synced: about 1 year ago
JSON representation
A collection of templates for Routify.
- Host: GitHub
- URL: https://github.com/roxiness/stackmix
- Owner: roxiness
- Created: 2020-12-26T20:02:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T18:55:25.000Z (over 4 years ago)
- Last Synced: 2025-04-06T03:11:48.221Z (about 1 year ago)
- Language: JavaScript
- Size: 378 KB
- Stars: 22
- Watchers: 6
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Stackmix [preview]
### Template generator based on Svelte and Routify.
---
Don't be fooled by the "prerelease". You should totally take it for a ride. 😎
## Getting started
```
npx stackmix [app-name]
cd [app-name]
npm install
npm run dev
```
Remember to report any bugs back to us. 😉
---
## Getting started [for contributors and testers]
```bash
$ git clone https://github.com/roxiness/stackmix.git
$ cd stackmix
$ npm install
```
#### To build a template from fragments
`node lib/cli`
__The wizard can be skipped by providing fragments as arguments__
`npm run generate -- -fragments rollup,i18n,navigation,content,miligram,mdsvex`
__use `--watch` to update output on fragment change__
---
**Given the variety of fragments, we would greatly appreciate contributors for this projects** 🙏