Name Last Update
public Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
server.js Loading commit data...
webpack.config.js Loading commit data...

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