All Projects â†’ Leopold-V â†’ Reactirator

Leopold-V / Reactirator

Licence: MIT license
A desktop application to create and manage React.js applications easily.

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Reactirator

eaf-linter
ðŸĪŠ A linter, prettier, and test suite that does everything as-simple-as-possible.
Stars: ✭ 17 (-84.68%)
Mutual labels:  productivity, node-js
sdk-node
VULCAN UONET+ JavaScript SDK
Stars: ✭ 11 (-90.09%)
Mutual labels:  node-js
TabTrum
TabTrum is a Browser Extension (Currently available for Chrome) to take a snapshot of the open tabs, and open them all again in one single click when you come back and re-open your browser.
Stars: ✭ 24 (-78.38%)
Mutual labels:  productivity
ministun
A zero dependency STUN server
Stars: ✭ 26 (-76.58%)
Mutual labels:  node-js
run
👟 run npm scripts interactively
Stars: ✭ 13 (-88.29%)
Mutual labels:  productivity
slider
Vue 3 slider component with multihandles, tooltips merging and formatting (+Tailwind CSS support).
Stars: ✭ 162 (+45.95%)
Mutual labels:  tailwind
shopify-next.js-tailwind
Learn the Shopify + Next.js + Tailwind CSS Stack! SWR, Hydrogen, + more
Stars: ✭ 227 (+104.5%)
Mutual labels:  tailwind
vitailse
Opinionated Vite starter template with TailwindCSS
Stars: ✭ 95 (-14.41%)
Mutual labels:  tailwind
tailwind-antd-react-kit
UI Components and helpers for frontend development using Tailwind + Ant Design and React.js
Stars: ✭ 27 (-75.68%)
Mutual labels:  tailwind
meeting-price-calculator
Meeting Price Calculator - How expensive are meetings, really?
Stars: ✭ 17 (-84.68%)
Mutual labels:  productivity
swdc-vim
Track your programming activity in real-time in Vim
Stars: ✭ 19 (-82.88%)
Mutual labels:  productivity
project-management
A basic CLI for regularly updating your project's status
Stars: ✭ 90 (-18.92%)
Mutual labels:  productivity
laravel-vue-tailwind-spa
A Laravel, Vue & Tailwind SPA starter project template.
Stars: ✭ 61 (-45.05%)
Mutual labels:  tailwind
ansible-vault-editor-idea-plugin
Ansible Vault Editor IntelliJ Plugin with auto encryption/decryption
Stars: ✭ 29 (-73.87%)
Mutual labels:  productivity
vim-hdl
Vim plugin to aid VHDL development (for LSP, see https://github.com/suoto/hdl_checker)
Stars: ✭ 59 (-46.85%)
Mutual labels:  productivity
prodest
Stata and R functions for production function estimation
Stars: ✭ 24 (-78.38%)
Mutual labels:  productivity
jupyterlab-tailwind-theme
A JupyterLab theme extension inspired by Tailwind.
Stars: ✭ 67 (-39.64%)
Mutual labels:  tailwind
tabtools
🔧 SQL for csv file in UNIX command line with awk.
Stars: ✭ 16 (-85.59%)
Mutual labels:  productivity
Becoditive-API
The official API of beCoditive with many endpoints like memes, animals, image manipulation, url shortner, etc.
Stars: ✭ 14 (-87.39%)
Mutual labels:  node-js
SigTools
📆 Sigarra Tools | An extension that makes the information system of the University of Porto slightly better.
Stars: ✭ 35 (-68.47%)
Mutual labels:  productivity
icon

Welcome to Reactirator

A desktop application to create and manage React.js applications easily.

Version Documentation License: MIT Contributor Covenant

reactirator-menu.png

What is it?

Reactirator is a desktop application built with Electron using TypeScript, React and Node. It has two parts which can be considered as two differents applications:

The creator: generate React.js project.

You will follow an installation process where you can select famous React configurations/features, look for packages, pre-generate folders and components etc.

The manager: manage React.js project.

Basically it is a task runner: start your development server, your tests, build, execute any tasks you have in your scripts section, or modify your project dependencies.

Reactirator aims to be very beginner friendly but also to be a real time saver for more confirmed developper : get ride of the configs steps, simply push buttons and focus on your code. Under the hood the application automatized all of this by running cli commands. For now the project creation is generated on top of create-react-app so you don't have to worry about the base project requirements such as bundlers, tests etc. In the future we also want to support frameworks such as Next.js.

Upcoming features

  • A React components generator in the manager part.
  • Support for Next.js and other frameworks to determined ?
  • More documentation and explanations about how Reactirator works.

**More in the list ideas ! Anyone is free to suggest new features to make Reactirator a better tool.

Usage

To use Reactirator you can either download binaries files in the release section or clone the project and test it in your dev environment :

git clone https://github.com/Leopold-V/Reactirator.git
npm install
npm run start

Want to contribute?

Reactirator is open to any contributions, even if you are a beginner and you are looking for you first contribution you are welcome! If you notice a bug, have a feature or enhancement to propose, don't hesitate to open a pull request and if you need help as well.

Please respect the contributor Code Of Conduct.

Author

ðŸ‘Ī Leopold-V

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].