create-rise-fe-app
v1.0.8
Published
This CLI is a wrapper with a purpose of creating a workspace based from RISE' Skeleton App: The skeleton currently includes the following:
Readme
RISE Front-End CLI
This CLI is a wrapper with a purpose of creating a workspace based from RISE' Skeleton App: The skeleton currently includes the following:
- Basic folder structure
- Common pre-designed components
- CSS Tokens to be used across all RISE Frontend apps
- Support for Themes ( dark | light )
- Support for wagmi and tanstack query
- Support for responsive Modal - dialog for desktop and bottom-sheet for mobile
Stack Used
- NextJS
- Wagmi + Tanstack,
- Tailwind CSS v4
- ShadCN / Radix UI for components
- React Context for State Management
Command
To clone the skeleton along with the demo page:
npx create-rise-fe-app demo
To clone a clean code base:
npx create-rise-fe-app
