Skip to content

Commit 286a83e

Browse files
author
Mitchel Severe
committed
Merge branch 'oslabs-beta-master'
2 parents f988607 + 78d4736 commit 286a83e

Some content is hidden

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

54 files changed

+11949
-21303
lines changed

.babelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
],
99
"react",
1010
"stage-0"
11-
// "@babel/preset-typescript"
1211
],
1312
"plugins": ["transform-es2015-modules-commonjs"]
1413
}

README.md

Lines changed: 17 additions & 26 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

@@ -47,45 +46,37 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases/tag/Mac.
4746
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.
4847

4948
#### Contributors
49+
[Adam Singer](https://linkedin.com/in/adsing) [@spincycle01](https://github.com/spincycle01)
50+
51+
[Charles Finocchiaro](https://www.linkedin.com/in/charles-finocchiaro-62440040/) [@null267](https://github.com/null267)
52+
53+
[Chelsey Fewer](https://www.linkedin.com/in/chelsey-fewer/) [@chelseyeslehc](https://github.com/chelseyeslehc)
5054

5155
[Christian Padilla](https://linkedin.com/in/ChristianEdwardPadilla) [@ChristianEdwardPadilla](https://github.com/ChristianEdwardPadilla)
5256

53-
[Tolga Mizrakci](https://linkedin.com/in/tolga-mizrakci) [@tolgamizrakci](https://github.com/tolgamizrakci)
57+
[Mitchel Severe](https://www.linkedin.com/in/misevere/) [@mitchelsevere](https://github.com/mitchelsevere)
58+
59+
[Natalie Vick](https://www.linkedin.com/in/vicknatalie/) [@natattackvick](https://github.com/natattackvick)
60+
61+
[Nel Malikova](https://www.linkedin.com/in/gmalikova/) [@gmal1](https://github.com/gmal1)
5462

5563
[Shlomo Porges](https://linkedin.com/shlomoporges) [@shlomoporges](https://github.com/ShlomoPorges)
5664

57-
[Adam Singer](https://linkedin.com/in/adsing) [@spincycle01](https://github.com/spincycle01)
65+
[Sophia Huttner](https://www.linkedin.com/in/sophia-huttner-68315975/) [@sophjean](https://github.com/sophjean)
66+
67+
[Tolga Mizrakci](https://linkedin.com/in/tolga-mizrakci) [@tolgamizrakci](https://github.com/tolgamizrakci)
5868

59-
[Nel Malikova](https://www.linkedin.com/in/gmalikova/) [@gmal1](https://github.com/gmal1)
6069

6170
## To Run Your Own Version
6271

6372
- **Fork** and **Clone** Repository.
6473
- Open project directory
6574
- Install dependencies
6675

67-
```bash
68-
yarn install
69-
```
76+
## License
7077

71-
- Run application
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.
7279

73-
```bash
74-
yarn start
7580
```
7681
77-
- For development experience, in one terminal...
78-
79-
```bash
80-
yarn run dev
8182
```
82-
83-
- and on another terminal
84-
85-
```bash
86-
yarn run electron
87-
```
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)