Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ueno-llc/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.
https://github.com/ueno-llc/create-ueno-app

create-react-app gatsby gatsby-starter nextjs nextjs-starter react-native react-native-starter

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# WARNING

## These starter kits have been deprecated and are no longer being actively maintained.

[![logo](https://user-images.githubusercontent.com/937328/51313595-d7f90e80-1a45-11e9-8375-a94f03e52fc6.png)](https://ueno.co/?utm_source=github&utm_campaign=create-ueno-app)



![banner](https://user-images.githubusercontent.com/937328/51313594-d7f90e80-1a45-11e9-8d25-28583da916fa.png)



[![about](https://user-images.githubusercontent.com/937328/51540139-999c8e80-1e4d-11e9-866d-284657a34744.png)](https://ueno.co/contact/?utm_source=github&utm_campaign=create-ueno-app)


## Create Ueno App

[![npm version](https://badge.fury.io/js/create-ueno-app.svg)](https://badge.fury.io/js/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):

```bash
npx create-ueno-app my-app
```

or

```bash
yarn create ueno-app my-app
```

_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](https://ueno-llc.github.io/create-ueno-app) on GitHub Pages.