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
- Root resolver (import
components/header/Header
) - Server Side Rendering
- Code splitting
- React hooks
Install the CLI:
yarn global add create-ueno-app
Choose your stack (gatsby/next/cra/native) and create your project:
create-ueno-app gatsby my-app
The documentation is available here on GitHub Pages.