Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.