Skip to content

Commit 58047ac

Browse files
author
René Viering
committed
* 'master' of https://github.com/revrng/react-reactnative-skeleton: Update README.md Update README.md Update README.md Create README.md
2 parents fc02194 + f1ceba2 commit 58047ac

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# react-reactnative-skeleton
2+
Skeleton to work with react / react native
3+
4+
# Installation
5+
6+
## global npm modules
7+
$ npm i -g react-native-cli
8+
$ npm i -g grunt-cli
9+
10+
## React
11+
$ cd react
12+
$ npm i
13+
$ npm start
14+
15+
## React Native
16+
$ npm i -g react-native-cli
17+
$ cd react-native
18+
$ npm i
19+
$ react-native run-ios
20+
21+
22+
## Fake Backend
23+
$ cd fake-backend
24+
$ npm i

0 commit comments

Comments
 (0)