https://github.com/dylanblokhuis/momentum
https://github.com/dylanblokhuis/momentum
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dylanblokhuis/momentum
- Owner: dylanblokhuis
- Created: 2021-06-03T07:26:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T18:29:25.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T17:53:31.727Z (4 months ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# momentum
cms + ssg that promises 90+ pagespeed scores.
- native image component
- no bloat on the frontend# ideas
- inject data through SSR instead of API's
- works without javascript
- extendability# usage
```bash
deno run --allow-net --allow-run --allow-read --import-map=./import_map.json lib.ts
```# code splitting
cms generates list of pages with a certain template as entrypoint, which ends up
with codesplitting