Skip to content

samuliristimaki/ionic-boilerplate

 
 

Repository files navigation

Ionic Boilerplate

A simple ionic boilerplate for starting new projects.

This boilerplate will follow the best practices for fast ionic development.

Features

Quick Start

# Make sure you have latest Node and NPM versions
$ npm install
$ npm run serve

NPM Scripts Commands

Task Description
start Run node index.js
clean Run ionic clean
build Run ionic basic build
lint Run ionic tslint
serve Run ionic serve
prod Full production build

Ionic CLI

# iOS build example
$ sudo npm install -g ionic cordova
$ ionic cordova platform add ios
$ ionic cordova run ios

Project structure

.
├── docs                # Project documentation
├── resources           # Cordova resources
├── src                 # Uncompiled source code
│   ├── app
│   ├── assets
│   ├── pages
│   ├── services
│   ├── theme
│   ├── index.html      # Main entry point
│   └── ...
├── www                 # Compiled files
│   ├── assets
│   ├── build
│   |   ├── main.js     # Concatenated app file
│   |   └── ...
│   └── ...
└── ...                 # Config files etc.

License

Copyright (c) 2018 Samuli Ristimäki @frc

Source code is open source and released under the MIT license.

About

Ionic app boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 35.4%
  • HTML 30.6%
  • TypeScript 25.7%
  • JavaScript 8.3%