0.0.10 • Published 5 years ago
crax v0.0.10
- Create React App Xtras

Using
Create a React app and add CRAX
$ npx create-react-app my-app $ npm i -D craxUpdate the package.json scripts
"scripts": { "crax": "crax" },Run the CRAX commands
setup:
$ npm run crax init- This will create a
.craxfile in the root of your application
- This will create a
Create new react components
$ npm run crax component