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.
79
+
```bash
80
+
yarn install
81
+
```
79
82
83
+
- Run application
84
+
85
+
```bash
86
+
yarn start
80
87
```
81
88
89
+
- For development experience, in one terminal...
90
+
91
+
```bash
92
+
yarn run dev
82
93
```
94
+
95
+
- and on another terminal
96
+
97
+
```bash
98
+
yarn run electron
99
+
```
100
+
101
+
## License
102
+
103
+
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