ionic-app-base
A base starting point for Ionic, with Cordova, Bower, and Gulp.
File Explorer
Download Latest Version (.zip)- 010_add_platform_class.js
- README.md
- ionic.app.scss
- app.js
- ionic.css
- ionic.min.css
- ionicons.eot
- ionicons.svg
- ionicons.ttf
- ionicons.woff
- ionic-angular.js
- ionic-angular.min.js
- ionic.bundle.js
- ionic.bundle.min.js
- ionic.js
- ionic.min.js
- _ionicons-font.scss
- _ionicons-icons.scss
- _ionicons-variables.scss
- ionicons.scss
- _action-sheet.scss
- _animations.scss
- _backdrop.scss
- _badge.scss
- _bar.scss
- _button-bar.scss
- _button.scss
- _checkbox.scss
- _form.scss
- _grid.scss
- _items.scss
- _list.scss
- _loading.scss
- _menu.scss
- _mixins.scss
- _modal.scss
- _platform.scss
- _popover.scss
- _popup.scss
- _progress.scss
- _radio.scss
- _range.scss
- _refresher.scss
- _reset.scss
- _scaffolding.scss
- _select.scss
- _slide-box.scss
- _slides.scss
- _spinner.scss
- _tabs.scss
- _toggle.scss
- _transitions.scss
- _type.scss
- _util.scss
- _variables.scss
- ionic.scss
- tsconfig.json
- .bower.json
- bower.json
- README.md
- index.html
- .bowerrc
- .editorconfig
- .gitignore
- bower.json
- config.xml
- gulpfile.js
- ionic.config.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ionic-team/ionic-app-base
Downloads the entire project code from GitHub to your computer.
cd ionic-app-base
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
