An open API service indexing awesome lists of open source software.

https://github.com/walkingriver/ps-libs

The demo Ionic Framework application for my Pluralsight course on the Ionic CLI.
https://github.com/walkingriver/ps-libs

Last synced: 12 months ago
JSON representation

The demo Ionic Framework application for my Pluralsight course on the Ionic CLI.

Awesome Lists containing this project

README

          

# PS-Libs
The demo Ionic Framework application for my Pluralsight course on the Ionic CLI.

## What is it?
Do you remember MadLibs from the 70s (it may still be around)?
This is a lame attempt at building something
similar, purely as a demonstration of using the Ionic
CLI to put together a simple app. The steps themselves
are part of the [Pluralsight](https://www.pluralsight.com) Course on using the
Ionic CLI, and can be found there. This is not a complete app, but should be
considered a very basic starting point.

## Quick Start
- Install Ionic Framework v4 `npm i -g ionic@rc` (Omit `@rc` once v4 is live).
- Clone this repository
- `npm install`
- `ionic serve`

## See More
See my [Ionic Courses on Pluralsight](https://app.pluralsight.com/profile/author/michael-callaghan) for more information.