Skip to content

Commit 857949d

Browse files
authored
Merge pull request #9 from oslabs-beta/dev
merging dev into master
2 parents 9ea8011 + dc7a23c commit 857949d

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

@@ -74,28 +73,10 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases/tag/Mac.
7473
- Open project directory
7574
- Install dependencies
7675

77-
```bash
78-
yarn install
79-
```
80-
81-
- Run application
82-
83-
```bash
84-
yarn start
85-
```
76+
## License
8677

87-
- For development experience, in one terminal...
78+
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.
8879

89-
```bash
90-
yarn run dev
9180
```
9281
93-
- and on another terminal
94-
95-
```bash
96-
yarn run electron
9782
```
98-
99-
## License
100-
101-
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)