Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Svelte 3 Up and Running

You're reading from   Svelte 3 Up and Running A fast-paced introductory guide to building high-performance web applications with SvelteJS

Arrow left icon
Product type Paperback
Published in Aug 2020
Publisher Packt
ISBN-13 9781839213625
Length 168 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Alessandro Segala Alessandro Segala
Author Profile Icon Alessandro Segala
Alessandro Segala
Arrow right icon
View More author details
Toc

Adding requirements

Starting from the scaffolded project we created at the end of the previous chapter, we need to add a few modules from NPM that are specific to our journaling application. Additionally, we will need to add a pre-made script with functions that handle authentication and a style sheet with global rules.

Because these things are specific to our journaling application, they were not included in the scaffolding steps from the previous chapter, which were more generic for every application instead.

Launching the back-end service

In order for the following examples to work, you'll need to ensure that the API server is running on your laptop. Refer to the instructions in Chapter 2, Scaffolding Your Svelte Project for how to launch it.

Dependencies

Run the following command to add dependencies from NPM (because these modules are included in our application's bundle and not just used at build time, we are adding them as dependencies rather than devDependencies...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime