Skip to content

philopian/crax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 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
  ```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published