Skip to content

Create a React app using parcel and minimum configuration

Notifications You must be signed in to change notification settings

naman360/react-easy-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Create a React app using parcel and minimum configuration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published