shatstack
1.0.0
The wonderful, HTML-driven SHATstack (subset of the JAMstack), includes:
SHATStack, a Dumpster fire of a stack for people who have had enough of acronyms
It's back to basics everyone:
How do I create a new page? Create a HTML, load up Alpine.js and Tailwind CSS from CDN and get coding.
Find the examples in the pages directory.
Alternative way to create a new page: use node ./scripts/new.js your-page-name
in this repo ?. It'll copy pages/example-template.html to pages/your-page-name.html
.
CLI coming soon.
yarn
or npm install
installs all required dependencies.Equivalent
npm run <script>
should also work
yarn start
will start a local dev server using serveyarn format
will run prettier on the HTML pages.yarn build
will
dist
dist/index.html
from files in the pages
directoryCode is licensed under the MIT License.