|
|
hai 11 meses | |
|---|---|---|
| .. | ||
| .github | hai 11 meses | |
| img | hai 11 meses | |
| scripts | hai 11 meses | |
| src | hai 11 meses | |
| .editorconfig | hai 11 meses | |
| .eslintrc.json | hai 11 meses | |
| .gitattributes | hai 11 meses | |
| .gitignore | hai 11 meses | |
| LICENSE | hai 11 meses | |
| package-lock.json | hai 11 meses | |
| package.json | hai 11 meses | |
| readme.md | hai 11 meses | |
| renovate.json5 | hai 11 meses | |
| static.json | hai 11 meses | |
| stencil.config.ts | hai 11 meses | |
| tsconfig.json | hai 11 meses | |
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