1.0.0 • Published 5 years ago
@naman360/react-easy-app v1.0.0
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-appUsage
Just execute
react-easy-appIt 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.jsJust 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.