An opinionated workflow for building modern Jamstack (static) websites
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:
This 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 for more information about future enhancements and changes.
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.
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.
MIT