Skip to content
/ template Public template

Template for the Jamstack framework for Svelte

Notifications You must be signed in to change notification settings

junglejs/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jungle App

This is a project template for Jungle apps. It lives at https://github.com/junglejs/template.

To create a new project based on this template using degit:

npx degit junglejs/template jungle-app
cd jungle-app

Note that you will need to have Node.js installed.

Get started

Install the dependencies...

cd jungle-app
npm install

...then start the build/run

npm run start

Navigate to localhost:3000. You should see your app running.