A boilerplate for Node.js web applications
-
Updated
Jan 19, 2021 - JavaScript
A boilerplate code is a piece of code that can be reused without significant changes. When using a verbose language, the developer must write a lot only to accomplish minor functionality. Such code is called boilerplate.
...this boilerplate is awesome, thank you for sharing it guys
please help me out with deployment of the code in Azure Web App.
When you open page UI Elements -> Cards i see TABS are not showing content until you click on other and back on first, same for pills.
Possible fix : ( worked for me )
<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>
https://github.com/jaretburkett/electron-icon-maker