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