create-kutty-react

1.1.5 • Public • Published

create-kutty-react

A CLI tool to quickly set up a new React project with a minimal setup, similar to Create React App (CRA). This tool automatically installs the required dependencies and creates the basic structure of a React project. Installation To install the package globally:

npm install -g create-kutty-react

Usage Create a new React project:

create-kutty-react <project-name>

Project Structure The following directory structure will be generated for your React project:

/ ├── node_modules/ ├── public/ ├── src/ ├── .gitignore ├── package.json └── package-lock.json

Available Scripts The following scripts are available to run your project:

  • npm start: Runs the development server.
  • npm run build: Builds the production version of your app.
  • npm test: Runs the tests.
  • npm run eject: Ejects the configuration (same as CRA). Contributing Fork the repository, create a feature branch, commit changes, and submit a pull request.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.50latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.50
1.1.40
1.1.30
1.1.20
1.1.10
1.1.00
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i create-kutty-react

Weekly Downloads

0

Version

1.1.5

License

MIT

Unpacked Size

9.79 kB

Total Files

4

Last publish

Collaborators

  • nithyaganesh43