https://github.com/regisphilibert/bento
🍱 An integration prototype boilerplate using Webpack
https://github.com/regisphilibert/bento
boilerplate frontend html integration pug sass webpack
Last synced: 2 months ago
JSON representation
🍱 An integration prototype boilerplate using Webpack
- Host: GitHub
- URL: https://github.com/regisphilibert/bento
- Owner: regisphilibert
- Created: 2018-01-04T19:23:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T13:58:45.000Z (over 8 years ago)
- Last Synced: 2025-10-11T03:24:12.685Z (9 months ago)
- Topics: boilerplate, frontend, html, integration, pug, sass, webpack
- Language: CSS
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍱 Bento--webpack
This is a boilerplate for fast tracking an integration prototype or any light static website.
It runs its tasks with Wepback.
+ Bento is a lunch box made with care. In it you'll find some jade, some sass but no rice. Together they form a healthy stagic website boilerplate built with Webpack.
+ Bento is an [ever name changing](https://github.com/regisphilibert/phil/commit/6bb444a41dcdd0816c85ccf53b2f5ebab1f73fd3) boilerplate for creating one time static html content to be delivered for Backend integration.
+ The goal is to build up your js and styling src tools so you can keep using them in the final environement after BE integration.
+ It uses [Sass](https://sass-lang.com) for style
+ It uses [Pug](https://pugjs.org) for HTML
+ It's bundled with [Faker.js](https://github.com/marak/Faker.js/) for dummy data.
+ It uses [Webpack](https://webpack.js.org/) for building the whole thing.