Sentre Legacy
  • 🥳Welcome
  • Getting Started
  • DApp Manifest
  • Folder Structure
  • Available Scripts
  • Development
    • View
    • Model & Controllers
    • Providers
      • UI Provider
      • Wallet Provider
      • Account Provider
      • Mint Provider
    • Static
    • Global variables
    • Configs
  • Advanced Usage
    • ☀️Theme
    • 👘Customizing Styles
    • 🪝Hooks
  • 🤩Submitting DApps
  • References
  • Best Practices
  • Troubleshoots
  • 🎨Design Pricinples
    • Button
    • Card
    • Checkbox
    • Color
    • Corner radius
    • Drawer
    • Dropdown
    • Grid
    • Icons
    • Input
    • List
    • Menu
    • Modal
    • Radio
    • Select
    • Shadow
    • Spacing
    • Switch
    • Tabs
    • Tooltip
    • Table
    • Typography
  • 📄Litepaper
    • Introduction
    • Industry Problems
    • Sentre: An All-in-one Solution
      • The Open Protocol
      • Liquidity Efficiency
    • SEN as the Heart of the Ecosystem
      • Asymmetric Deposit
      • Adaptive Fee Model
      • The Triad Pool
      • Simulated Mesh Trading
      • Token Use Cases
    • Conclusion
Powered by GitBook
On this page
  • New projects (via create-senhub-app)
  • Start
  • Manifest
  • Advances

Available Scripts

👉 create-senhub-app CLI: https://github.com/DescartesNetwork/sen-core/blob/master/packages/create-senhub-app/README.md

PreviousFolder StructureNextDevelopment

Last updated 2 years ago

New projects (via )

npx create-senhub-app init <your_project_name>

Start

yarn start // Start development server

Manifest

npx create-senhub-app manifest // Build a manifest file

Advances

yarn deploy // Manually redeploy remote resources
yarn test // React test
yarn build // Production build only
create-senhub-app