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