ccrch / 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.

Home Page:https://ueno-llc.github.io/create-ueno-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

banner

about

Create Ueno App

npm version

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

Getting Started

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

Choose styling for your gatsby or next project (sass / styled) it defaults to styled components:

create-ueno-app gatsby my-app sass

Documentation

The documentation is available here on GitHub Pages.

About

The easiest and fastest way to create new web projects with next, gatsby, create-react-app and mobile projects with react-native.

https://ueno-llc.github.io/create-ueno-app


Languages

Language:JavaScript 68.3%Language:TypeScript 31.7%