Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopold-V authored Mar 23, 2022
1 parent da66f3c commit adf9f7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,21 @@
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.
#### **The creator:** generate React.js project.
<div align="center">
<img src="https://i.gyazo.com/21ba6bb674f4c1b0be2a02252572b385.png" width="400" />
</div>
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.
#### The manager: manage React.js project.

<div align="center">
<img src="https://i.gyazo.com/41d20f117adafee2113c4d31adc6ee58.png" width="400" />
</div>

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.
<br>
<br>
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``](https://github.com/facebook/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.
Expand Down Expand Up @@ -68,4 +69,4 @@ Please respect the contributor [Code Of Conduct](https://github.com/leopold-v/Re

## Show your support

Give a ⭐️ if this project helped you!
Give a ⭐️ if this project helped you!

0 comments on commit adf9f7b

Please sign in to comment.