|
|
10 months ago | |
|---|---|---|
| .. | ||
| .github | 10 months ago | |
| img | 10 months ago | |
| scripts | 10 months ago | |
| src | 10 months ago | |
| .editorconfig | 10 months ago | |
| .eslintrc.json | 10 months ago | |
| .gitattributes | 10 months ago | |
| .gitignore | 10 months ago | |
| LICENSE | 10 months ago | |
| package-lock.json | 10 months ago | |
| package.json | 10 months ago | |
| readme.md | 10 months ago | |
| renovate.json5 | 10 months ago | |
| static.json | 10 months ago | |
| stencil.config.ts | 10 months ago | |
| tsconfig.json | 10 months ago | |
The Ionic Kitchen Sink is a collection of demos of Ionic components.
It can be previewed live on the Ionic Framework documentation site here: https://ionicframework.com/docs
To start building, clone this repository:
git clone https://github.com/ionic-team/docs-demo.git
Once cloned, run the following to install dependencies and run the app:
npm i
npm start
To build for production, run:
npm run build
To run the unit tests once, run:
npm test
To run the unit tests and watch for file changes during development, run:
npm run test.watch