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