cli-react
/
1.2.44
cli-react 1.2.44
Install from the command line:
Learn more about npm packages
$ npm install @leanupjs/cli-react@1.2.44
Install via package.json:
"@leanupjs/cli-react": "1.2.44"
About this version
This package contains the react CLI adapter. You can create a new or switch a existing project to the @leanup/stack.
You can create a new project folder or go in a existing folder.
Create a new project folder:
mkdir new-react-app
cd new-react-app
npm install -D @leanup/cli @leanup/cli-react
npx react create
Go in a existing folder
cd my-react-app
npm install -D @leanup/cli @leanup/cli-react
npx react create --only-config --overwrite
- Proof the configuration changes and adopt it for your.
Execute npm run
in your terminal. It lists all preconfigured tools commands of the @leanup/stack.
For example: npm start
😉
Please give us feedback of you experience, so that we can continuously improve @leanup
.