Valexr / pagy.redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pagy

A starter for baking fullstack application with client based on Svelte framework and server side powered by Derver.

Features:

  • Dev-mode with livereload
  • Production ready web-server
  • Middlewares on server side

Getting started

Just run:

npx degit valexr/pagy myapp
cd myapp
npm install
npm run dev

Then open browser on http://localhost:1313, change files in the src and watch the changes.

Building

Run your application in production mode with npm start command.

Or run npm run build and optimized application will be in the dist directory. Then you may copy it anywhere and run with node app.js inside this directory.

About

License:MIT License


Languages

Language:Svelte 49.8%Language:JavaScript 47.0%Language:CSS 1.4%Language:SCSS 0.9%Language:HTML 0.7%Language:Dockerfile 0.2%