https://github.com/fephil/jamstack-website
📖 An opinionated workflow for building modern Jamstack (static) websites
https://github.com/fephil/jamstack-website
eleventy esbuild jamstack javascript tailwind
Last synced: 3 months ago
JSON representation
📖 An opinionated workflow for building modern Jamstack (static) websites
- Host: GitHub
- URL: https://github.com/fephil/jamstack-website
- Owner: fephil
- License: mit
- Created: 2020-08-10T09:42:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T18:20:08.000Z (almost 4 years ago)
- Last Synced: 2025-02-11T12:41:16.502Z (5 months ago)
- Topics: eleventy, esbuild, jamstack, javascript, tailwind
- Language: JavaScript
- Homepage:
- Size: 974 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jamstack-website
 [](https://github.com/fephil/jamstack-website/blob/main/LICENSE)
**An opinionated workflow for building modern Jamstack (static) websites**
- Author: [Phil Lennon](https://phil.dev)
- Source: [github.com/fephil/jamstack-website](https://github.com/fephil/jamstack-website)
- Issues and Suggestions: [github.com/fephil/jamstack-website/issues](https://github.com/fephil/jamstack-website/issues)
- Twitter: [@frontendphil](https://twitter.com/frontendphil)
- Email: [[email protected]](mailto:[email protected])
- Trello Life List [http://bit.ly/life-list](http://bit.ly/life-list)---
## About
jamstack-website is a deliberately minimal workflow designed to quickly build a static website using the latest modern techniques and technologies in Frontend development. It is _very_ fast. Use this as a base, fork it and tailor to your specific needs.
This workflow contains:
- Eleventy
- Esbuild
- Postcss
- Tailwind
- Eslint
- PrettierThis workflow isn't designed for use with single page app architecture such as Vue.js, however you can use javascript to augment pages if needed.
Comments, suggestions & pull requests are always welcome. See the [issues list](https://github.com/fephil/jamstack-website/issues) for more information about future enhancements and changes.
## Requirements
- Node 14 LTS or Node 16
- NPM 7 (however, if package-lock.json is deleted, Yarn or NPM v6 can be used)### Optional Requirements
In your code editor of choice, the following plugins are recommended but not required. Please note the plugin names might be slightly different depending on your editor. Installing these plugins will help keep a consistent code structure in your project.
- editorconfig,
- eslint,
- prettier,## Usage
You can run the following tasks in your terminal:
`npm run develop`
This tasks builds the project, enables the website to be viewed in your web browser and will automatically reload when files change.
`npm run build`
This tasks builds the project, checks the javascript for errors, minifies all files and produces a folder (\_site) ready for deployment.
## Licence
MIT