0.1.5 • Published 4 years ago

create-rct-app v0.1.5

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

create-rct-app

Create a react-powered app with unique setup, comes with React-Query, Chakra-UI and Authentication flow all setup.

yarn create rct-app <project-name>
cd <project-name>
yarn dev

Templates

Available templates:

  • react (default)
  • react-ts

To scaffold with specific template:

yarn create rct-app my-react-project --template react

Todos

Currently working on:

  • Next.js template