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: 8 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T09:35:08.000Z (about 3 years ago)
- Last Synced: 2025-04-12T21:13:07.235Z (8 months ago)
- Topics: blog, jamstack, static-site-generator, svelte
- Language: JavaScript
- Homepage: https://junglejs.org
- Size: 313 KB
- Stars: 5
- Watchers: 2
- 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.