https://github.com/valexr/pagy
📚 JSON based headless CMS
https://github.com/valexr/pagy
cms derver esbuild headless-cms javascript json nodejs sveltejs
Last synced: 8 months ago
JSON representation
📚 JSON based headless CMS
- Host: GitHub
- URL: https://github.com/valexr/pagy
- Owner: Valexr
- License: mit
- Created: 2021-04-07T18:41:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T13:49:17.000Z (about 1 year ago)
- Last Synced: 2025-03-11T03:04:42.932Z (8 months ago)
- Topics: cms, derver, esbuild, headless-cms, javascript, json, nodejs, sveltejs
- Language: Svelte
- Homepage:
- Size: 1.59 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📚 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:
```sh
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.