Skip to content

A demo of interactive UI in SvelteKit with an Express backend.

Notifications You must be signed in to change notification settings

gabrielmajosi/blank-space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blank-space

A demo for SvelteKit and Express.

Running

  1. Run npm i in both frontend and backend folders
  2. cd frontend/
  3. npm run build or pnpm build
  4. Use something like forever to run both apps as a daemon
  5. Start both servers forever start backend/app.js & forever start rontend/build/index.js

About

A demo of interactive UI in SvelteKit with an Express backend.

Resources

Stars

Watchers

Forks