Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junglejs/template
Template for the Jamstack framework for Svelte
https://github.com/junglejs/template
blog jamstack static-site-generator svelte
Last synced: about 8 hours ago
JSON representation
Template for the Jamstack framework for Svelte
- Host: GitHub
- URL: https://github.com/junglejs/template
- Owner: junglejs
- Created: 2020-06-16T03:49:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T09:35:08.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T08:46:27.525Z (over 1 year ago)
- Topics: blog, jamstack, static-site-generator, svelte
- Language: JavaScript
- Homepage: https://junglejs.org
- Size: 313 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jungle App
This is a project template for [Jungle](https://junglejs.org) apps. It lives at https://github.com/junglejs/template.
To create a new project based on this template using [degit](https://github.com/Rich-Harris/degit):
```bash
npx degit junglejs/template jungle-app
cd jungle-app
```*Note that you will need to have [Node.js](https://nodejs.org) installed.*
## Get started
Install the dependencies...
```bash
cd jungle-app
npm install
```...then start the build/run
```bash
npm run start
```Navigate to [localhost:3000](http://localhost:3000). You should see your app running.