Built for myself with stuff I might need when starting a new project.
- Nunjucks templating - Templating engine.
- Eleventy - Static site generator.
- Alpine - Minimalist reactive framework.
- CSS reset - Similar looks in all browsers.
- Github pages - Collaborate in your development website instance using Github pages.
Run local development server:
npm run server
Generate github files:
npm run build:github
Preview in Github: