Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
KLUGLUG
Bahmni
Bahmni Implementation
Commits
88e27074
Commit
88e27074
authored
Apr 18, 2019
by
G.sandhya
Browse files
Update environment setup
parent
b82c6754
Changes
1
Hide whitespace changes
Inline
Side-by-side
environment setup
View file @
88e27074
...
...
@@ -5,4 +5,6 @@ step :2 curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - // so
step :3 sudo apt-get install -y nodejs // installation of node js
step :4 node -v // To check the version for node js
step :5 sudo apt install npm // installation of node package maanager
step :6 npm -v // To check the version for npm
\ No newline at end of file
step :6 npm -v // To check the version for npm
step :7npm install -g react-native-cli //install react native
react-native init AwesomeProject //create a react app
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment