https://github.com/walkingriver/ps-libs-dashboard
A simply demo for my Pluralsight course on the Ionic CLI.
https://github.com/walkingriver/ps-libs-dashboard
Last synced: 8 months ago
JSON representation
A simply demo for my Pluralsight course on the Ionic CLI.
- Host: GitHub
- URL: https://github.com/walkingriver/ps-libs-dashboard
- Owner: walkingriver
- Created: 2018-05-26T20:20:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T20:28:54.000Z (about 8 years ago)
- Last Synced: 2024-04-14T12:11:04.775Z (about 2 years ago)
- Language: TypeScript
- Size: 112 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PS-Libs-Dashboard
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 `npm i -g ionic`.
- 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.