Installation

'use client'

Install React Lightweight Calendar with CLI

Now you can install and use your MReact Lightweight Calendar package faster using CLI. See below our step-by step guide.

A CLI (short for "command-line interface") is a user interface that operates through text commands and enables the execution of various functions within an operating system. It proves particularly useful for automating and streamlining the process of setting up the scaffolding for your web projects.


Starting with CLI

# Using NPM
npm install react-lightweight-calendar
 
# Using Yarn
yarn add react-lightweight-calendar
 
# Using PNPM
pnpm install react-lightweight-calendar

Supported Templates

Currently, the CLI supports the following templates:

  • Create React App cra
  • Create React App + TypeScript cra-ts
  • Next.js next
  • Next.js + TypeScript next-ts
  • Vite vite
  • Vite + TypeScript vite-ts
  • Remix remix
  • Remix + TypeScript remix-ts