rxinit
v1.0.0
Published
Install dependencies for reaxiom projects, create directory structure, edit create-react-app files
Downloads
2
Readme
RXinit
A simple script to initialize a reaxiom project
Usage
- Vanilla project
$ npx create-react-app ./
$ npx rxinit -v
- Redux project
$ npx create-react-app ./
$ npx rxinit -r
- Firebase project
$ npx create-react-app ./
$ npx rxinit -f
FAQ
- Can I use it in my app?
- Probably not. You must use it in a new project with reaxiom.