WARNING
These starter kits have been deprecated and are no longer being actively maintained.
Create Ueno App
The easiest and fastest way to create new web projects with next, gatsby, create-react-app and mobile projects with react-native. All of them powered with Ueno's configs. All of our starters kits are shipped with everything to ship rock solid apps.
- Opinionated dependencies
- SASS and CSS modules or Styled components
- Root resolver (import
components/header/Header) - Server Side Rendering
- Code splitting
- React hooks
- Prettier, lint-staged, husky, stylelint
Getting Started
Usage (choose your stack, your app name and style library):
npx create-ueno-app <gatsby|next|cra|native> my-app <sass|styled>
or
yarn create ueno-app <gatsby|next|cra|native> my-app <sass|styled>
Notes
- We don't support yet
styled-componentson the cra starter. - We don't and won't support anymore
sasson the native starter. - If you don't provide a style, it will default to
styled-components. - We don't recommend anymore installing
create-ueno-appglobally but rather usingnpx/yarn create.
Documentation
The documentation is available here on GitHub Pages.


