1.0.4 • Published 3 years ago

@naman360/react-easy-app v1.0.4

Weekly downloads
6
License
ISC
Repository
-
Last release
3 years ago

React Easy App

Create a React app using parcel and minimum configuration.

Installing the CLI

first time you need to install the react-easy CLI via this command.

npm install -g @naman360/react-easy-app

Usage

Just execute

react-easy-app

It will create a directory called <project-name> entered by you while configuring the app, Inside that directory, it will generate the initial project structure and install the transitive dependencies:

<project-name>
├── node_modules
├── package.json
├── public
│   ├── index.html
└── src
    ├── style.css
    ├── index.js

Just open index.js and start writing code. Once the installation is done, you can open your project folder:

cd <project-name>

Inside the newly created project, you can run some built-in commands:

npm start

This is currently in Beta.

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago