Skip to content
Igor Sprovieri edited this page Nov 8, 2023 · 2 revisions

Welcome to the Frag Components Wiki for developers!

  1. Install Create Frag App Globally
npm i create-frag-app
  1. Create Your App
npx create-frag-app my-app
  1. Starting Your App (Development App)
npm run dev
  1. Building Your App (Production App)
npm run build
  1. Serve Your App
npm run start
Clone this wiki locally