crax
v0.0.10
Published
- Create React App Xtras ![CRAX](https://raw.githubusercontent.com/philopian/crax/master/logo.png)
Downloads
6
Maintainers
Readme
- Create React App Xtras
Using
Create a React app and add CRAX
$ npx create-react-app my-app $ npm i -D crax
Update the package.json scripts
"scripts": { "crax": "crax" },
Run the CRAX commands
setup:
$ npm run crax init
- This will create a
.crax
file in the root of your application
- This will create a
Create new react components
$ npm run crax component