1.1.5 • Published 5 months ago

create-kutty-react v1.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

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.
1.1.5

5 months ago

1.1.4

5 months ago

1.1.3

5 months ago

1.1.2

5 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago