Skip to content

jitto/ionic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ionic

Onetime Windows and Mac: https://nodejs.org/download/ and https://git-scm.com/download/win

One time Linux from shell:

curl -sL https://deb.nodesource.com/setup_0.12 | sudo -E bash -
sudo apt-get install -y nodejs git

One time common (from shell):

npm install -g cordova ionic

One time project specific (from shell):

git clone https://github.com/jitto/ionic.git
cd ionic
ionic lib update
ionic platform browser
--ionic platform android

steps to test:

ionic serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published