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.
- Host: GitHub
- URL: https://github.com/walkingriver/ps-libs
- Owner: walkingriver
- Created: 2018-05-21T12:32:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T20:30:54.000Z (about 8 years ago)
- Last Synced: 2025-07-06T22:09:03.973Z (12 months ago)
- Language: TypeScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.