https://github.com/karimsa/w3bp
A boilerplate for web-based applications.
https://github.com/karimsa/w3bp
Last synced: 5 months ago
JSON representation
A boilerplate for web-based applications.
- Host: GitHub
- URL: https://github.com/karimsa/w3bp
- Owner: karimsa
- License: mit
- Created: 2016-08-19T03:45:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-19T23:08:57.000Z (almost 10 years ago)
- Last Synced: 2025-03-11T21:03:58.601Z (over 1 year ago)
- Language: HTML
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# W3BP
A boilerplate for web-based applications based on H5BP but simpler.
## Features
- Pug (or jade) as the preprocessor for web pages.
- Stylus as the preprocessor for stylesheets.
- With nib to provide CSS3 extensions.
- Babel.js transpiling all JavaScript to ES5.
- All images are minifed before copying into output.
## Usage
To use, simply fork/clone the repo and start modifying files.
If there's anything wrong or you think it's missing something, please submit issues and PRs.
**Notes:**
- Uses `gulp` as the build system.
- `gulp` or `gulp default` will build the application into the 'dist' directory.
- `gulp watch` will:
- Enable browser-sync for the distribution directory.
- Watch for file changes, rebuild the respective sources, then reload browser-sync.
## Author
Designed & developed by [Karim Alibhai](https://github.com/karimsa).
## License
All code licensed under the [MIT](LICENSE) license.