Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roxiness/routify-starter
https://github.com/roxiness/routify-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/roxiness/routify-starter
- Owner: roxiness
- Created: 2020-01-23T15:20:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T04:08:11.000Z (about 1 year ago)
- Last Synced: 2024-11-07T04:02:47.278Z (about 1 month ago)
- Language: Svelte
- Homepage: https://example.routify.dev/
- Size: 4.18 MB
- Stars: 198
- Watchers: 7
- Forks: 55
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-svelte - Routify
README
### Want full control over everything in this template?
We've created a new project called [**stackmix**](https://github.com/roxiness/stackmix). It's an experimental CLI that let's you pick and mix all features in a Routify template! Get started with `npx stackmix`# Routify Starter
Starter template for [Routify](https://github.com/roxiness/routify).
# Get started
To get started run:
```sh
mkdir routify-app
cd routify-app
npm init routify
```# Scripts
Run with `npm run `, for example `npm run dev`
| Command | Description |
|-----------|-----------------------------------------------|
| `dev` | Development (port 5000) |
| `build` | Build your app for production! |
| `preview` | Preview the built version of your app locally |# Want a service worker?
Checkout [vite-plugin-pwa](http://npmjs.org/vite-plugin-pwa)# Extra Configs
We include a few extra configs to help make it easy to ship a Routify project:| Config Path | Description |
|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `netlify.toml` | This is the [Netlify](https://www.netlify.com/) config, you need this when publishing to Netlify |
| `vercel.json` | This is the [Vercel](https://vercel.com/) config, you need this when publishing to Vercel |
| `public/.htaccess` | If you build your site to static using [spank](https://www.npmjs.com/package/spank) you will need this when putting your site on an apache based webserver |