|
il y a 8 mois | |
---|---|---|
.. | ||
.github | il y a 8 mois | |
img | il y a 8 mois | |
scripts | il y a 8 mois | |
src | il y a 8 mois | |
.editorconfig | il y a 8 mois | |
.eslintrc.json | il y a 8 mois | |
.gitattributes | il y a 8 mois | |
.gitignore | il y a 8 mois | |
LICENSE | il y a 8 mois | |
package-lock.json | il y a 8 mois | |
package.json | il y a 8 mois | |
readme.md | il y a 8 mois | |
renovate.json5 | il y a 8 mois | |
static.json | il y a 8 mois | |
stencil.config.ts | il y a 8 mois | |
tsconfig.json | il y a 8 mois |
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