Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ueno-llc/create-ueno-app
- Owner: ueno-llc
- Archived: true
- Created: 2019-01-08T20:46:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T19:10:26.000Z (about 4 years ago)
- Last Synced: 2024-07-31T07:18:16.690Z (4 months ago)
- Topics: create-react-app, gatsby, gatsby-starter, nextjs, nextjs-starter, react-native, react-native-starter
- Language: JavaScript
- Homepage: https://ueno-llc.github.io/create-ueno-app
- Size: 719 KB
- Stars: 110
- Watchers: 4
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - 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. (JavaScript)
- awesome-toolkits - 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. (Web)
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.