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