SvelteExpress

Svelteexpress

A Quick Way to start developing web apps using Svelte & ExpressJS

SvelteExpress

A Quick Way to start developing web apps using Svelte & ExpressJS + SCSS

Changelog

  • Added Scss - because CSS is for uncles
  • Added EXPPORT that means you can control which port you run Express on

To use custom PORTS for express, on Ubuntu,
export EXPPORT=3001
or any port of choice

To use custom PORTS for svelte, on Ubuntu,
export PORT=5001

Instructions

  1. Git Clone this Repo
  2. npm install
  3. npm run client-install
  4. npm run app

Top categories

Loading Svelte Themes