All Projects β†’ 99x β†’ Boilerplatejs

99x / Boilerplatejs

Licence: mit
Your own boilerplate code to start your next big javascript project. We incorporate the best design practices with best in market open source libraries.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Boilerplatejs

Twitter Cleanup
πŸ› Clean-up inactive accounts and bots from your Twitter
Stars: ✭ 275 (-1.43%)
Mutual labels:  hacktoberfest
Alltheplaces
A set of spiders and scrapers to extract location information from places that post their location on the internet.
Stars: ✭ 277 (-0.72%)
Mutual labels:  hacktoberfest
Repman
Repman - PHP Repository Manager: packagist proxy and host for private packages
Stars: ✭ 277 (-0.72%)
Mutual labels:  hacktoberfest
Front End Web Development Resources
This repository contains content which will be helpful in your journey as a front-end Web Developer
Stars: ✭ 3,452 (+1137.28%)
Mutual labels:  hacktoberfest
Tiltedonline
Skyrim and Fallout 4 mod to play online!
Stars: ✭ 275 (-1.43%)
Mutual labels:  hacktoberfest
Sqlserverdsc
This module contains DSC resources for deployment and configuration of Microsoft SQL Server.
Stars: ✭ 278 (-0.36%)
Mutual labels:  hacktoberfest
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (-1.08%)
Mutual labels:  hacktoberfest
Gqless
a GraphQL client without queries
Stars: ✭ 3,569 (+1179.21%)
Mutual labels:  hacktoberfest
Neode
Neo4j OGM for Node.js
Stars: ✭ 276 (-1.08%)
Mutual labels:  hacktoberfest
Hiddeneyereborn
HiddenEye with completely new codebase and better features set
Stars: ✭ 274 (-1.79%)
Mutual labels:  hacktoberfest
Elixirschool
The content behind Elixir School
Stars: ✭ 3,171 (+1036.56%)
Mutual labels:  hacktoberfest
Coala Bears
Bears for coala
Stars: ✭ 276 (-1.08%)
Mutual labels:  hacktoberfest
Deno Manual Cn
Deno δΈ­ζ–‡ζ‰‹ε†Œ
Stars: ✭ 278 (-0.36%)
Mutual labels:  hacktoberfest
Spatie.be
The source code of spatie.be
Stars: ✭ 274 (-1.79%)
Mutual labels:  hacktoberfest
Bitcoinprivate Legacy
Bitcoin Private is a Bitcoin and Zclassic fork which uses ZK-SNARK technology for privacy and fungibility.
Stars: ✭ 279 (+0%)
Mutual labels:  hacktoberfest
Zmk
ZMK Firmware Repository
Stars: ✭ 269 (-3.58%)
Mutual labels:  hacktoberfest
Stopstalk Deployment
Stop stalking and start StopStalking πŸ˜‰
Stars: ✭ 276 (-1.08%)
Mutual labels:  hacktoberfest
Phpdocumentor
Documentation Generator for PHP
Stars: ✭ 3,341 (+1097.49%)
Mutual labels:  hacktoberfest
Clouddriver
read and write operations across cloud providers
Stars: ✭ 279 (+0%)
Mutual labels:  hacktoberfest
Depends
Tool for generating dependency trees for .NET projects
Stars: ✭ 278 (-0.36%)
Mutual labels:  hacktoberfest

BoilerplateJS - JavaScript Reference Architecture

Introduction

We wrote boilerplateJS to take the pain out of large scale Javascript/HTML5 product development.

  • BoilerplateJS is a collection of product engineering patterns, and a solid integration of industry-leading Javascript frameworks.
  • It is NEITHER a website building tool, NOR a utility library solving just a single concern (such as MVC).
  • BoilerplateJS is your own startup code to kickstart your next large-scale javascript product. It is just that we did some basic coding and library integrations to make your life easy!

License

BoilerplateJS code is free for commercial and non-commercial deployment and distribution. BoilerplateJS is released under the MIT License

Architectural Concerns - Large Scale Development

BoilerplateJS addresses the following concerns that you will have in large-scale javascript development:

  • Structuring the codebase
  • Best practices of OO + Functional programming
  • Building a product suite with complex product module hierachy
  • URL routing, browser history, back/forward buttons
  • Self contained UI components
  • JS Unit Testing
  • Inter-module event messaging
  • Localization support
  • Minification, obfuscation and optimization
  • Documentation Generation

##Project Home## You will find more details and live samples at our project website:

http://boilerplatejs.org

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].