Skip to content

deryvad/svelte-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Svelte Skeleton By Spidey


Initial setup

Install serverless globally.

npm install -g serverless

Set up the API and the Client

On your VS Code terminal, navigate to the api folder.

npm run init-all

Useful VS Code Extensions for Svelte

  • Svelte for VS Code
  • Svelte Intellisense

Running the code locally

Start the API

On your VS Code terminal, navigate to the api folder.

Run npm start

The api will run on https://localhost:5000

Start the Client

On your VS Code terminal, navigate to the client folder.

Run npm start to build and start the Client.

The app should open in your default browser.

About

Simple Skeleton app for svelte with NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published