Here are
132 public repositories
matching this topic...
CakePHP: The Rapid Development Framework for PHP - Official Repository
Writing SQL using Java syntax
Updated
Feb 23, 2022
Java
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
Mar 13, 2022
TypeScript
JavaLite is a cohesive collection of frameworks designed from ground up to add pleasure back to your daily life
Updated
Feb 23, 2022
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
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
Visual DSL framework for django
Updated
Nov 11, 2021
Python
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
Popsicle aims to bridge the JUCE c++ framework to python.
Updated
Oct 31, 2021
Python
A super fast dev server for rapid web development
Updated
Feb 13, 2022
TypeScript
Android Development Accelaration Library
Build advanced JSON API Servers with almost no code.
Use bash scrpts for writing beautiful web apps. 🌐
🎫 A Simple UI Manager for rapid prototyping and ease of collaboration
A collection of packages for Ultimate++ framework.
application source generator
Python backend exposing an API to control, configure and program CoderBot.
Updated
Mar 12, 2022
JavaScript
FI5: Rapidly Manufactured Ventilator System
Updated
Feb 23, 2022
MATLAB
一套完整的HIS,基于Delphi RemObjects DataAbstract开发,以Schema为中心
Updated
Sep 24, 2020
Pascal
VaahCMS is a laravel based open-source web application development platform shipped with a headless content management system (CMS).
A collection of Roots/Sage 9.x-beta providers for rapid theme development. Xpress adds configurable app-like functionality to the Sage Container.
This repository is no longer maintained!
💀 A skeleton OpenGL C++ app bootstrapped with glfw, glad, and glm.
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