corysimmons / Boy
Licence: mit
👦 A very opinionated, lightweight version of HTML5 Boilerplate with conditionally-loaded polyfills and an opinionated CSS reset for firing up web projects in no time.
Stars: ✭ 526
Labels
Projects that are alternatives of or similar to Boy
Koa Rest Api Boilerplate
💯 Boilerplate for Node.js Koa RESTful API application with Docker, Swagger, Jest, CodeCov and CircleCI
Stars: ✭ 420 (-20.15%)
Mutual labels: boilerplate
Nestjs Bff
A full-stack TypeScript solution, and starter project. Includes an API, CLI, and example client webapp. Features include production grade logging, authorization, authentication, MongoDB migrations, and end-to-end testing.
Stars: ✭ 450 (-14.45%)
Mutual labels: boilerplate
Ignite Andross
The original React Native boilerplate from Infinite Red - Redux, React Navigation, & more
Stars: ✭ 476 (-9.51%)
Mutual labels: boilerplate
Tads Boilerplate
Terraform + Ansible + Docker Swarm boilerplate = DevOps on 🔥🔥🔥 | Infrastructure as Code
Stars: ✭ 424 (-19.39%)
Mutual labels: boilerplate
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+3903.8%)
Mutual labels: boilerplate
React Firebase Starter
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Stars: ✭ 4,366 (+730.04%)
Mutual labels: boilerplate
Flasksaas
A great starting point to build your SaaS in Flask & Python, with Stripe subscription billing 🚀
Stars: ✭ 412 (-21.67%)
Mutual labels: boilerplate
Php Docker Boilerplate
🍲 PHP Docker Boilerplate for Symfony, Wordpress, Joomla or any other PHP Project (NGINX, Apache HTTPd, PHP-FPM, MySQL, Solr, Elasticsearch, Redis, FTP)
Stars: ✭ 503 (-4.37%)
Mutual labels: boilerplate
Teachable Machine Boilerplate
Boilerplate code for Teachable Machine
Stars: ✭ 449 (-14.64%)
Mutual labels: boilerplate
Laravel Vue Boilerplate
🐘 A Laravel 6 SPA boilerplate with a users CRUD using Vue.js 2.6, GraphQL, Bootstrap 4, TypeScript, Sass, and Pug.
Stars: ✭ 472 (-10.27%)
Mutual labels: boilerplate
Koa Boiler
Koa 2.7 boilerplate for a production-ready Node.js app with async/await.
Stars: ✭ 426 (-19.01%)
Mutual labels: boilerplate
Bash Boilerplate
A collection of Bash scripts for creating safe and useful command line programs.
Stars: ✭ 447 (-15.02%)
Mutual labels: boilerplate
Rest Api With Lumen
Rest API boilerplate for Lumen micro-framework.
Stars: ✭ 464 (-11.79%)
Mutual labels: boilerplate
Electron React Typescript
Electron boilerplate with React, Redux, and TypeScript
Stars: ✭ 423 (-19.58%)
Mutual labels: boilerplate
Fastapi React
🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker
Stars: ✭ 501 (-4.75%)
Mutual labels: boilerplate
Wordpress Plugin Boilerplate Powered
Wordpress Plugin Boilerplate but Powered with examples and a generator!
Stars: ✭ 413 (-21.48%)
Mutual labels: boilerplate
Electron Nuxt
⚡ An Electron & Nuxt.js / Vue.js quick start boilerplate with vue-cli scaffolding, electron-builder, unit/e2e testing, vue-devtools
Stars: ✭ 452 (-14.07%)
Mutual labels: boilerplate
Hartija Css Print Framework
Universal CSS for web printing
Stars: ✭ 509 (-3.23%)
Mutual labels: boilerplate
Electron React Redux Boilerplate
A minimal boilerplate to get started with Electron, React and Redux.
Stars: ✭ 501 (-4.75%)
Mutual labels: boilerplate
Universal Redux Template
A clean, extensible react + redux boilerplate with universal/isomorphic rendering, testing and more
Stars: ✭ 471 (-10.46%)
Mutual labels: boilerplate
A very opinionated, lightweight, version of HTML5 Boilerplate with conditionally-loaded polyfills and an opinionated CSS reset for firing up web projects in no time.
Boy comes with a handy project launcher so you can spin up a Boy boilerplate with all the relevant files pulled freshly from this repo:
$ npm i -g boy
$ boy foo
Features
- A lightweight/2-space batch of HTML5 Boilerplate features
- index.html (with all the fluff removed)
- .editorconfig (modified to 2 spaces)
- .htaccess
- Harsher outdated browser warning (warns on IE9 instead of IE8)
- Minified and sourcemapped reeeset (opinionated Normalize.css for the real world)
- Polyfills for IE8 and below a la ❤️ ie-love
- Conditionally loaded so only IE8 and below users will have to download it.
- html5shiv (in the right place)
- calc-polyfill
- jQuery 1.x.x
- Selectivizr 2
- Respond.js
- Empty/valid package.json for quick
npm install --save-devs -
.gitignorefor Node, Bower, and Sass
Where's Modernizr?
Modernizr isn't included by default for a few reasons.
- I very rarely actually use Modernizr.
- You should create your own custom build of Modernizr and put it at the bottom of the document if possible. Read Paul Irish's comment on it.
-
@supportsis going to be here soon.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].
