Here are
137 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
Jul 20, 2022
TypeScript
JavaLite is a cohesive collection of frameworks designed from ground up to add pleasure back to your daily life
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
Aug 3, 2022
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
Jul 23, 2022
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
Popsicle aims to bridge the JUCE c++ framework to python.
Updated
Jul 24, 2022
Python
A super fast dev server for rapid web development
Updated
Jul 15, 2022
TypeScript
Android Development Accelaration Library
🎫 A Simple UI Manager for rapid prototyping and ease of collaboration
Build advanced JSON API Servers with almost no code.
Use bash scrpts for writing beautiful web apps. 🌐
VaahCMS is a laravel based open-source web application development platform shipped with a headless content management system (CMS).
A collection of packages for Ultimate++ framework.
application source generator
Python backend exposing an API to control, configure and program CoderBot.
Updated
Jul 8, 2022
JavaScript
FI5: Rapidly Manufactured Ventilator System
Updated
Jun 10, 2022
MATLAB
一套完整的HIS,基于Delphi RemObjects DataAbstract开发,以Schema为中心
Updated
May 28, 2022
Pascal
A collection of Roots/Sage 9.x-beta providers for rapid theme development. Xpress adds configurable app-like functionality to the Sage Container.
💀 A skeleton OpenGL C++ app bootstrapped with glfw, glad, and glm.
This repository is no longer maintained!
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