synapsecode / SvelteExpress

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 75.8%Language:CSS 10.3%Language:Svelte 8.4%Language:HTML 5.5%