Skip to content

olixbtw/Hotel-svelte-SPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final project - Hotel

by Alex Revchuk

Built application usin Svelte and Sapper.

Open project and get started:

npm install
npm run dev

Open up localhost:3000 and start clicking around.

Structure

Sapper expects to find two directories in the root of your project — src and static.

src

The src directory contains the entry points for your app — client.js, server.js and (optionally) a service-worker.js — along with a template.html file and a routes directory.

static

The static directory contains any static assets that should be available. These are served using sirv.