Kitchen Sink

    Framework7 Kitchen Sink is a great place to get started, it has a lot of examples for all Framework7 components and covers most of aspects.

    It is recommended to use Kitchen Sink as a reference during development.

    Source Code

    Core Kitchen Sink source code is located at GitHub repository

    Running Locally

    To run Core Kitchen Sink locally we need:

    1. Download and unzip Framework7 GitHub repository to a local folder

    2. Install Node.js (if not installed)

    3. Install Gulp (if not installed) by executing the following command in terminal:

                     $ npm install --global gulp
    4. Now, we need to install required dependencies. Go to the folder with downloaded and unzipped Framework7 repository and execute in terminal:

                     $ npm install
    5. We are ready to launch Core Kitchen Sink, just execute in terminal:

                     $ npm run core:prod

      That command will launch Kitchen Sink with production (released) version of Framework7. To use latest development version in Kitchen Sink, use the following command instead:

                     $ npm run core:dev