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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**ReacType** is a visual prototyping tool for developers employing **React** component architecture alongside the comprehensive type checking of **TypeScript**.
10
+
**ReacType** is a visual prototyping tool for developers employing **React** component architecture alongside the comprehensive type checking of **TypeScript**.
10
11
In other words, **you can draw prototypes and export React / Typescript code!**
11
12
12
13
**ReacType** allows the user to _visualize_ their application architecture dynamically, employing a _canvas display_, an _application tree_, and a _real-time component code preview_. The user can create components and load _instances_ of these components, as well as nested HTML elements, onto the canvas. This architecture can then be _exported_ as TypeScript application files to be used as a starter template for any repository.
13
14
14
15
Download for [MacOS](https://github.com/team-reactype/ReacType/releases/tag/Mac.Version.1.0), [Windows](https://github.com/team-reactype/ReacType/releases/tag/Win.Version.1.0), [Linux](https://github.com/team-reactype/ReacType/releases/tag/Linux.Version.1.0).
15
16
16
-
-**Mac users**: for now you might need to go to your security settings to allow the app run on your system as we do not have an Apple license yet.
17
+
***Mac users**: for now you might need to go to your security settings to allow the app run on your system as we do not have an Apple license yet.
17
18
18
19

19
20
@@ -46,6 +47,7 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases/tag/Mac.
46
47
1. Export a new project with TypeScript config files and the component files. This option will allow a developer to immediately begin a new project.
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/team-reactype/ReacType/blob/development/LICENSE.md) file for details.
87
+
```bash
88
+
yarn install
89
+
```
90
+
91
+
- Run application
79
92
93
+
```bash
94
+
yarn start
80
95
```
81
96
97
+
- For development experience, in one terminal...
98
+
99
+
```bash
100
+
yarn run dev
101
+
```
102
+
103
+
- and on another terminal
104
+
105
+
```bash
106
+
yarn run electron
82
107
```
108
+
109
+
## License
110
+
111
+
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/team-reactype/ReacType/blob/development/LICENSE.md) file for details.
0 commit comments