Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DigiMart
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
6
Issues
6
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
KLUGLUG
DigiMart
Commits
9a04ba16
Commit
9a04ba16
authored
Apr 25, 2019
by
mohanvamsi
😊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
6d69f3df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
README.md
README.md
+13
-0
No files found.
README.md
View file @
9a04ba16
Digimart Exexution steps
First complete the below "requirement" steps
Now clone the project into your required directory in laptop
Now create a new project in your pc by looking on "Create Blank project" steps below
Now copy the node modules folder from the new project which is present in project directory.
Copy that node modules folder into the cloned project and now you are ready to run it.
REQUIREMENTS:
...
...
@@ -10,8 +14,11 @@ REQUIREMENTS:
IONIC INSTALLATION
Node Installation
1.
To Install Ionic, we should Do the following Steps
2.
Open Terminal
3.
First we should install Nodejs to work on ionic
Type Following command to install nodejs
$ sudo apt-get install nodejs or sudo apt install nodejs-legacy or
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
...
...
@@ -22,11 +29,17 @@ REQUIREMENTS:
and try again.
4.
Check whether nodejs and npm is installed or not by typing the following command. npm –version and node --version
5.
If it is successfully installed it will print the version of your npm
6.
Now Install Ionic
7.
Open command prompt and go to root $sudo su
8.
Type the following command sudo npm install -g ionic@3.2.0 and npm install cordova
9.
Now check for Successful installation of ionic By typing commands as ionic --version.
Create Blank Project
4.
Now create a new Blank Project by typing following command ionic start helloWorld blank
...
...
Write
Preview
Markdown
is supported
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