- Storybook - Storybook runs outside of your app. This allows you to develop UI components in isolation, which can improve component reuse, testability, and development speed. You can build quickly without having to worry about application-specific dependencies.
- Ant Design - A design system with values of Nature and Determinacy for better user experience of enterprise applications.
Development:
npm i
npm run storybook
The application is available at:
- Local: http://localhost:8080
- On your network: http://192.168.1.22:8080
Production:
npm i
npm run start
Live demo available here
The end.