0.5.1 • Published 3 years ago
swo-material-library v0.5.1
SWO MATERIAL LIBRARY
UI Components Project on Svelte
Developing
Before running the project, you will need to install dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openStoryBook
Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and documentation
Run StoryBook
npm run storybook
# or start the server and open the app in a new browser tab
npm run dev -- --openBuilding
To create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
Dependencies
To deploy your app, you may need to install an adapter for your target environment.