Create a React app using parcel and minimum configuration.
first time you need to install the react-easy CLI via this command.
npm install -g @naman360/react-easy-app
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:
This is currently in Beta.