0.0.8 • Published 3 years ago

create-lite-app v0.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

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