https://github.com/ericalli/static-site-boilerplate
A better workflow for building modern static websites.
https://github.com/ericalli/static-site-boilerplate
babel boilerplate es6 eslint ftp html less minification netlify postcss sass starter-kit stylelint webpack
Last synced: 7 days ago
JSON representation
A better workflow for building modern static websites.
- Host: GitHub
- URL: https://github.com/ericalli/static-site-boilerplate
- Owner: ericalli
- License: mit
- Created: 2018-11-29T14:27:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T23:01:03.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T17:12:50.952Z (6 months ago)
- Topics: babel, boilerplate, es6, eslint, ftp, html, less, minification, netlify, postcss, sass, starter-kit, stylelint, webpack
- Language: JavaScript
- Homepage: http://staticsiteboilerplate.com
- Size: 4.46 MB
- Stars: 1,736
- Watchers: 25
- Forks: 163
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- my-awesome-list - static-site-boilerplate
README
# Static Site Boilerplate [](https://twitter.com/intent/tweet?text=Static%20Site%20Boilerplate%3A%20A%20better%20workflow%20for%20building%20modern%20static%20websites&url=http://staticsiteboilerplate.com/&via=ericalli&hashtags=html,css,javascript,webdev)
[](https://travis-ci.org/ericalli/static-site-boilerplate)
[](https://opensource.org/licenses/MIT)
[](https://opencollective.com/static-site-boilerplate)
[](https://gitter.im/ericalli/static-site-boilerplate?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)**Discuss it on [Product Hunt](https://www.producthunt.com/posts/static-site-boilerplate) 🦄**
[](https://github.com/ericalli/static-site-boilerplate/releases/latest)
* Homepage: [http://staticsiteboilerplate.com/](http://staticsiteboilerplate.com//)
* Documentation: [https://docs.staticsiteboilerplate.com/](https://docs.staticsiteboilerplate.com/)## Installation
```bash
git clone https://github.com/ericalli/static-site-boilerplate
```
```bash
cd static-site-boilerplate
```
```bash
rm -rf .git && git init
```
## Features* **Modern Technologies:** Full support for HTML5, JavaScript (Vanilla and ES6) and CSS (Sass and PostCSS)
* **Built-in Server:** Local development server with hot reloading
* **Performance Tuning:** CSS and JavaScript transpilation, bundling, autoprefixing, and minification
* **Image Optimization:** Optimizes images for loading speed
* **Favicon Generation:** Automatically generates all favicons for Web, Apple and Android devices from one image file
* **Code Linting:** Full support for JavaScript (ESLint) and CSS (StyleLint) linting
* **Sitemap & Robots.txt Generation:** Automatically generates a sitemap.xml and robots.txt files
* **Setup Wizard:** Optionally install helpful libraries and snippets including:
* CSS Resets: `normalize.css` `reset.css` or `sanitize.css`
* jQuery
* Google Analytics
* **Cutting Edge:** Uses Webpack for processing and bundling your code
* **Deployment:** Built-in support for deployment via FTP or Netlify## Browser Support
* Chrome _\(latest 2\)_
* Edge _\(latest 2\)_
* Firefox _\(latest 2\)_
* Internet Explorer 9+
* Opera _\(latest 2\)_
* Safari _\(latest 2\)__This is fully dependent on your code and doesn't mean that Static Site Boilerplate won't work in older browsers, just that we'll ensure compatibility with the ones mentioned above._
## Support & Contributing
For general questions about Static Site Boilerplate, tweet at [@ericalli](https://twitter.com/ericalli).
Anyone is welcome to contribute. If you decide to get involved, please take a moment and check out the following:
* [Bug reports](.github/ISSUE_TEMPLATE/bug_report.md)
* [Feature requests](.github/ISSUE_TEMPLATE/feature_request.md)## Sponsors
[**Become a sponsor**](https://opencollective.com/static-site-boilerplate) and get your company in front of thousands of engaged front end developers and support this project!
[](https://opencollective.com/static-site-boilerplate)
## Author
**Eric Alli**
- Website:
- Github:## License
The code is available under the [MIT license](LICENSE).