Skip to content

primate-run/svelte-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Primate Svelte template

Install

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# Deno
deno install

# Bun
bun install

Run in development mode

# Node
npx primate

# Deno
deno run -A npm:primate

# Bun
bunx --bun primate

Build for production

# Node
npx primate build

# Deno
deno run -A npm:primate build

# Bun
bunx --bun primate build

Serve for production

# npm
npx primate serve

# Deno
deno run -A npm:primate serve

# Bun
bunx --bun primate serve

Serve for production without a package manager

If you just want to run the built server directly:

# Node
node build/server.js

# Deno
deno run -A build/server.js

# Bun
bun build/server.js

Documentation

Visit primate.run/docs for full documentation.

Issues

File issues against https://github.com/primate-run/primate.

License

MIT