Skip to content

morajlab/framework7-react-cosmos

Repository files navigation

Framework7-react-cosmos

Test Dependency License

Install Dependencies

First of all we need to install dependencies.

with yarn

yarn install

or with npm

npm install

NPM Scripts

  • start - run development server
  • dev - run development server
  • build - build web app for production
  • cosmos - run cosmos server
  • cosmos:export - build and export cosmos

Vite

There is a Vite bundler setup. It compiles and bundles all "front-end" resources. You should work only with files located in /src folder. Vite config located in vite.config.ts.

License

MIT