This is a fork of Elder.JS Template Project that includes the following setup:
Elder.JS is an 'SEO-First' Svelte-Based Framework. Opinionated static site generator and web framework built with SEO in mind. (Supports SSR and Static Site Generation.)
Features:
Learn more about Elder.JS here
$ npx degit vb-consulting/elderjs-website-generator-template
> cloned vb-consulting/elderjs-website-generator-template#HEAD
$ cd elderjs-website-generator-template
$ npm install
...
Note:
degit
just simply downloads and unzips the latest version of a git repo's contents without repository initialization (unlikegit clone
for example).
Just click on the big green button Use This Template.
$ npm start
Command will watch for changes and refresh page accordingly.
$ npm run build
Command will output your static pages into public
dir.