Here are
121 public repositories
matching this topic...
CakePHP: The Rapid Development Framework for PHP - Official Repository
Writing SQL using Java syntax
ASP.NET Core 3.1 / Angular 9 startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
Updated
Oct 5, 2021
TypeScript
JavaLite is a cohesive collection of frameworks designed from ground up to add pleasure back to your daily life
Updated
Dec 21, 2021
Java
A secure, flexible, rapid Go web framework
A Yeoman generator for Jekyll to rapidly build sites using Gulp
Updated
Oct 8, 2019
JavaScript
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
Unity OnGUI(IMGUI) extensions for Rapid prototyping/development
Visual DSL framework for django
Updated
Nov 11, 2021
Python
ASP.NET Core 3.1 Beginners project template with complete Custom User Management and lot's of other useful Features Which Helps you for Rapid Application Development.
Updated
Jan 23, 2021
JavaScript
Canari v3 - next gen Maltego framework for rapid remote and local transform development
Updated
Apr 21, 2021
Python
Turn your Swift data model into a working CRUD app.
Updated
Jan 11, 2019
Swift
A super fast dev server for rapid web development
Updated
Sep 25, 2021
TypeScript
Android Development Accelaration Library
Popsicle aims to bridge the JUCE c++ framework to python.
Updated
Oct 31, 2021
Python
Build advanced JSON API Servers with almost no code.
🎫 A Simple UI Manager for rapid prototyping and ease of collaboration
Use bash scrpts for writing beautiful web apps. 🌐
A collection of packages for Ultimate++ framework.
FI5: Rapidly Manufactured Ventilator System
Updated
Dec 15, 2021
MATLAB
application source generator
Python backend exposing an API to control, configure and program CoderBot.
Updated
Dec 7, 2021
JavaScript
一套完整的HIS,基于Delphi RemObjects DataAbstract开发,以Schema为中心
Updated
Sep 24, 2020
Pascal
A collection of Roots/Sage 9.x-beta providers for rapid theme development. Xpress adds configurable app-like functionality to the Sage Container.
VaahCMS is a laravel based open-source web application development platform shipped with a headless content management system (CMS).
This repository is no longer maintained!
Practico Framework PHP es una herramienta de código abierto para el diseño automático de aplicaciones web y progresivas de manera ágil
Updated
Dec 13, 2021
HTML
Improve this page
Add a description, image, and links to the
rapid-development
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
rapid-development
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Nowadays we got a problem we should to deal with:
When i need to apply my updates on backend i should rebuild my project by manually typing simple cli command, like
yarn dev, or smthng. It would be nice if i used to do nothing when i update my backend source code. Packages like nodemon can solve this propblem.So at the point of this issue we should improve
dev modeand add auto-rebuild wh