https://github.com/karimsa/iwad-jeopardy
https://github.com/karimsa/iwad-jeopardy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/karimsa/iwad-jeopardy
- Owner: karimsa
- License: mit
- Created: 2016-08-22T05:41:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T15:17:29.000Z (almost 8 years ago)
- Last Synced: 2025-03-11T21:03:58.052Z (3 months ago)
- Language: JavaScript
- Size: 1.81 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- 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.