CodeSnap

Quick Start

Get started with the framework quickly

Quick Start

Welcome to the quick start guide. This guide will help you get started with the framework quickly.

Installation

npm install @your-package-name

Basic Usage

import { YourComponent } from '@your-package-name'
 
export default function App() {
  return <YourComponent />
}

Next Steps

On this page