create-sainath-app
v1.0.1
Published
A CLI tool to quickly set up a React application using Parcel and SWC.
Downloads
5
Readme
Create Sainath App
A CLI tool to quickly set up a React application using Parcel and SWC.
Features
- Initializes a new React project
- Sets up Parcel for bundling
- Uses SWC for fast compilation
- Simple folder structure with default files
Prerequisites
- Node.js (v14 or later)
- npm (comes with Node.js)
Installation
To create a new project, run:
npx create-sainath-app <project-name>