create-ueno-app

2.1.2 • Public • Published

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
  • 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-components on the cra starter.
  • We don't and won't support anymore sass on the native starter.
  • If you don't provide a style, it will default to styled-components.
  • We don't recommend anymore installing create-ueno-app globally but rather using npx/yarn create.

Documentation

The documentation is available here on GitHub Pages.

Dependents (0)

Package Sidebar

Install

npm i create-ueno-app

Weekly Downloads

2

Version

2.1.2

License

MIT

Unpacked Size

17.7 kB

Total Files

14

Last publish

Collaborators

  • jeremy.barbet
  • ueno-personal