Skip to content

Commit dc7a23c

Browse files
authored
Merge pull request #8 from ReacType-2-0/dev
Merging ReacType into OSLabs-Beta
2 parents 0cd268d + bf8d792 commit dc7a23c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+21599
-12902
lines changed

README.md

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<p align="center">
32
<img width="50" src="https://github.com/team-reactype/ReacType/blob/master/src/public/icons/png/256x256.png?raw=true">
43
<h1 align="center">ReacType </h1>
@@ -7,14 +6,14 @@
76
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/team-reactype/ReacType/pulls)
87
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
98

10-
**ReacType** is a visual prototyping tool for developers employing **React** component architecture alongside the comprehensive type checking of **TypeScript**.
9+
**ReacType** is a visual prototyping tool for developers employing **React** component architecture alongside the comprehensive type checking of **TypeScript**.
1110
In other words, **you can draw prototypes and export React / Typescript code!**
1211

1312
**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.
1413

1514
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).
1615

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.
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.
1817

1918
![Image of ReacType Application](https://i.imgur.com/0wV7R1P.jpg)
2019

@@ -64,28 +63,10 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases/tag/Mac.
6463
- Open project directory
6564
- Install dependencies
6665

67-
```bash
68-
yarn install
69-
```
70-
71-
- Run application
72-
73-
```bash
74-
yarn start
75-
```
66+
## License
7667

77-
- For development experience, in one terminal...
68+
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.
7869

79-
```bash
80-
yarn run dev
8170
```
8271
83-
- and on another terminal
84-
85-
```bash
86-
yarn run electron
8772
```
88-
89-
## License
90-
91-
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

Comments
 (0)