Skip to content

Commit a13db14

Browse files
committed
add technologies used and entroy points to readme
1 parent 864051c commit a13db14

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ The app itself is a very simple Hello World (ish) app. Not only does it show
1616
"Hello World"... but when you click (or tap) it... it changes from red to blue!
1717
woah!
1818

19+
## Technologies Used
20+
21+
- [React](https://facebook.github.io/react/)
22+
- [React Native](https://facebook.github.io/react-native/)
23+
- [Redux](http://redux.js.org/)
24+
- [Webpack](https://webpack.github.io/)
25+
- [Babel](https://babeljs.io/)
26+
1927
## Directory Structure
2028

2129
`android` houses the Android project files, `ios` houses the iOS project files,
@@ -35,6 +43,11 @@ implementation to the platform you're writing for. The second is that React
3543
Native and React are ultimately... different and the code wouldn't be reusable
3644
without some crazy aliases.
3745

46+
## Entry Points
47+
48+
The entry point for the iOS app is `index.ios.js`, for android is
49+
`index.android.js`, and for the web app is `app/web/index.js`.
50+
3851
## Configured Scripts
3952

4053
### Running in dev/production

0 commit comments

Comments
 (0)