Valexr / Pagy

πŸ“š JSON based headless CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“š Pagy

... in progress πŸ‘¨πŸ»β€πŸ’»

SvelteJS + SpectreCSS on client, Derver BFF, LowDB base.json & JWT auth simple headless CMS, bundeled by ESBuild

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

# democreds - valexr@gmail.com/valexr@gmail.com

Then open browser on http://localhost:3131, 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

πŸ“š JSON based headless CMS

License:MIT License


Languages

Language:Svelte 55.6%Language:TypeScript 27.5%Language:SCSS 14.0%Language:JavaScript 2.1%Language:CSS 0.5%Language:HTML 0.2%Language:Dockerfile 0.1%Language:Shell 0.0%