roxiness / stackmix

A collection of templates for Routify.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stackmix

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]

$ 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 ๐Ÿ™

About

A collection of templates for Routify.


Languages

Language:JavaScript 56.8%Language:Svelte 40.6%Language:CSS 1.5%Language:HTML 0.8%Language:Dockerfile 0.3%