2021-FULLSTACK-SVELTE-TEMPLATE

2021 Fullstack Svelte Template

A boilerplate template for Svelte-Express-TypeScript

2021 FULLSTACK SVELTE TEMPLATE

This is a boilerplate/template for an app with the following:

  • Svelte for the frontend
  • Express.js for the backend
  • TypeScript for both the frontend and backend
  • Jest for testing

Installation/Usage:

Go to the root directory of the project in your terminal and enter these commands:

npm install
cd src/client
npm install
cd ../..
npm run dev-server

On another terminal, enter npm run dev-client Then, visit localhost in the browser.

Top categories

Loading Svelte Themes