|
пре 7 месеци | |
---|---|---|
.. | ||
.github | пре 7 месеци | |
img | пре 7 месеци | |
scripts | пре 7 месеци | |
src | пре 7 месеци | |
.editorconfig | пре 7 месеци | |
.eslintrc.json | пре 7 месеци | |
.gitattributes | пре 7 месеци | |
.gitignore | пре 7 месеци | |
LICENSE | пре 7 месеци | |
package-lock.json | пре 7 месеци | |
package.json | пре 7 месеци | |
readme.md | пре 7 месеци | |
renovate.json5 | пре 7 месеци | |
static.json | пре 7 месеци | |
stencil.config.ts | пре 7 месеци | |
tsconfig.json | пре 7 месеци |
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