svelte-base
Basic svelte and express template I use for my application
Commands:
-
npm start
: Build the app in dev mode and launch the server -
npm run build
: Build the app -
npm run server
: Launch the server -
npm run release
: Build the app for production -
npm run dev
: Launch the server for test or developing
You can change the port of the application in the server.js file