Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asilvafx/webpack-boilerplate
A versatile and production-ready Webpack boilerplate featuring SASS/PostCSS for styling, Babel for ES6/7 support, WebAuthn for authentication, and Theme Mode toggling. This setup also includes optimized image handling and code linting, making it ideal for modern, scalable web applications.
https://github.com/asilvafx/webpack-boilerplate
babel boilerplate nodejs saas webapp webauthn webpack
Last synced: 1 day ago
JSON representation
A versatile and production-ready Webpack boilerplate featuring SASS/PostCSS for styling, Babel for ES6/7 support, WebAuthn for authentication, and Theme Mode toggling. This setup also includes optimized image handling and code linting, making it ideal for modern, scalable web applications.
- Host: GitHub
- URL: https://github.com/asilvafx/webpack-boilerplate
- Owner: asilvafx
- License: mit
- Created: 2024-10-31T20:01:26.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T19:47:05.000Z (11 days ago)
- Last Synced: 2025-02-03T20:33:23.822Z (11 days ago)
- Topics: babel, boilerplate, nodejs, saas, webapp, webauthn, webpack
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Webpack Boilerplate
A versatile and production-ready Webpack boilerplate featuring SASS/PostCSS for styling, Babel for ES6/7 support, WebAuthn for authentication, and Theme Mode toggling. This setup also includes optimized image handling and code linting, making it ideal for modern, scalable web applications.
## Features
- **SASS/PostCSS** for modern, maintainable CSS
- **Babel ES6/7** for next-gen JavaScript syntax
- **WebAuthn** integration for secure authentication
- **Theme Mode** toggle for light/dark themes
- **Image Optimization** for reduced load times
- **ESLint** and **SASS-Lint** for code quality## Installation
1. **Clone the repository**
```bash
git clone https://github.com/asilvafx/webpack-boilerplate.git
cd webpack-boilerplate