Based on Dash UI - Bootstrap 5 Theme
Either with yarn
or npm
:
Setup
Make sure to install the dependencies
npm install
yarn install
Development
Start the development server on http://localhost:3000
npm dev -- -o
yarn dev
Production
Build the application for production:
npm run build
yarn build
Checkout the deployment documentation.