Skip to content

kentbrew/enterprise-html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enterprise HTML

If you're someone that runs an enterprise-level website (>100 hits per day), you've probably had to deal with the pains of scaling and maintaining your code.

Enterprises have dealt with these problems for years -- this is an attempt at gathering all of that knowledge and to share it with the world.

Dependencies

Adding Your Own Tips

Add your own tips to tips.js by appending to the tips array:

tips.push({
	author: 'your_twitter_handle',
	message: 'Your Tip Message',
	example: [
		'<div>',
		'	Code Example',
		'</div>'
	]
});

Once committed, send a pull request and I'll be sure to get it up on enterprise-html.com.

About

Provides proven high performance, enterprise-level and scalable HTML tips and best practices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published