create-rct-app
v0.1.5
Published
Create react application (CRA, Next, TS) from your terminal with different setup options
Readme
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 devTemplates
Available templates:
react(default)react-ts
To scaffold with specific template:
yarn create rct-app my-react-project --template reactTodos
Currently working on:
- Next.js template
