Here are
94 public repositories
matching this topic...
CakePHP: The Rapid Development Framework for PHP - Official Repository
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
Sep 7, 2020
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
Turn your Swift data model into a working CRUD app.
Updated
Jan 11, 2019
Swift
Canari v3 - next gen Maltego framework for rapid remote and local transform development
Updated
Apr 19, 2020
Python
Visual DSL framework for django
Updated
Jul 15, 2020
Python
Esparto v3.3 is a rapid development framework, synchronous task queue and GPIO manager with web UI for ESP8266 devices
Android Development Accelaration Library
A super fast dev server for rapid web development
Updated
Sep 5, 2020
TypeScript
Build advanced JSON API Servers with almost no code.
A web based UI builder tool
Updated
Sep 7, 2020
JavaScript
application source generator
Python backend exposing an API to control, configure and program CoderBot.
Updated
Aug 11, 2020
JavaScript
FI5: Rapidly Manufactured Ventilator System
Updated
Sep 3, 2020
MATLAB
A collection of packages for Ultimate++ framework.
A collection of Roots/Sage 9.x-beta providers for rapid theme development. Xpress adds configurable app-like functionality to the Sage Container.
Android 快速开发框架 总结以往开发结合三方项目 不断更新
Use bash scrpts for writing beautiful web apps. 🌐
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
May 26, 2020
HTML
Rapid dev environment using docker for modern WordPress development.
Updated
Aug 23, 2017
Shell
💀 A skeleton OpenGL C++ app bootstrapped with GLFW, GLEW and GLM.
Laravel Based Rapid Development CMS Framework - Open Source
Modern Rapid Frontend Development
Updated
Jul 7, 2020
JavaScript
VaahCms Pre-configured and ready to install
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