/create-lite-app

CLI tool to generate lightweight apps

Primary LanguageJavaScriptMIT LicenseMIT

create-lite-app

Description

create-lite-app is a CLI tool to quickly generate lightweight React applications that are bundled using parcel

Installation

npm i -g create-lite-app

Usage

mkdir my-lite-app
cd my-lite-app
create-lite-app # or simply 'cla'
npm run start # or 'yarn start'

Features