- This project was created with base in Akita CLI Project.
2 .This project was created for personal use purpose
- Store:
- Create a React Redux Store structure for a given entity.
Install it via npm:
npm install @alantech/react-cli -g
react-cli
By default, the prompt is set to the current directory.
To change it, add to the root package.json
the following config:
"reactCli": {
"basePath": "./playground/src/app/"
}
The path should be relative to the package.json
.