0.0.10 • Published 3 years ago

crax v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago
  • Create React App Xtras CRAX

Using

  1. Create a React app and add CRAX

    $ npx create-react-app my-app
    $ npm i -D crax
  2. Update the package.json scripts

      "scripts": {
        "crax": "crax"
      },
  3. Run the CRAX commands

    • setup:

      $ npm run crax init
      • This will create a .crax file in the root of your application
    • Create new react components

      $ npm run crax component