Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T13:49:17.000Z (5 months ago)
- Last Synced: 2024-10-11T12:48:09.859Z (4 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 - [email protected]/[email protected]
```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.