Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 761 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 761 Bytes

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.