A boilerplate for Node.js web applications
-
Updated
Nov 3, 2021 - JavaScript
{{ message }}
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.
A boilerplate for Node.js web applications
👨🏻💻👩🏻💻 Use Ant Design like a Pro!
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
A Foundation for Scalable Cross-Platform Apps
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
Model framework for Cocoa and Cocoa Touch
React + Redux starter kit / boilerplate with Babel, hot reloading, testing, linting and a working example app built in
Hi All,
Firstly thanks for this repo, it's amazing and as you well know saves countless hours (first time using it).
Usually when I setup my django with docker projects I do it in such a way that I exec into the container
docker exec -it django bash and then run management commands python manage.py migrate
This wasn't working (I was getting a DATABASE_URL missing error), and after so
An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
Bash Infinity is a modern standard library / framework / boilerplate for Bash
The Laravel Boilerplate Project - https://laravel-boilerplate.com - For Slack access, visit:
please help me out with deployment of the code in Azure Web App.
Python Classes Without Boilerplate
An android boilerplate project using clean architecture
Hi,
Excellent boilerplate! How about adding support for sockets in this to make a more complete boilerplate?
Also instructions on deployment using Docker/native would be very helpful.
Thanks.
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Quickly create and configure a new library or Node.js project
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>
DDD/Clean Architecture inspired boilerplate for Node web APIs
A boilerplate for Sass projects using the 7-1 architecture pattern from Sass Guidelines.
React starter kit based on Atomic Design
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
We should discuss/consider using
baseUrlin our tsconfig so we can change imports like this:to this
Docs: https://www.typescriptlang.org/tsconfig#baseUrl