GithubHelp home page GithubHelp logo

ueno-llc / create-ueno-app Goto Github PK

View Code? Open in Web Editor NEW
110.0 110.0 12.0 736 KB

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

JavaScript 100.00%
create-react-app gatsby gatsby-starter nextjs nextjs-starter react-native react-native-starter

create-ueno-app's People

Contributors

birkir avatar dependabot[bot] avatar jeremybarbet avatar lachlanjc avatar natedonato avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

create-ueno-app's Issues

Issue after creating gatsby project

I run yarn create ueno-app gatsby gatsby-www and yarn dev. On localhost:8000 I got

Error: React.Children.only expected to receive a single React element child.

Why the overwrite for the gatsby link is not:

import * as React from 'react';
import { Link as GatsbyLink } from 'gatsby';

export const Link = ({ children, ...props }: any) => (
  <GatsbyLink {...props}>
    {children}
  </GatsbyLink>
);

Issue on npm run prepare

Error: Command failed: npm run prepare
-f was unexpected at this time

npm ERR! [email protected] prepare: 'patch-package && if [ -f ./scripts/postinstall.sh ]; then sh ./scripts/postinstall.sh; fi'

More sample

Maybe Can you create a sample with gsap animation, page transition and using gsap devtools

Readme

Remove readme after app are created

Type error causes crash after using create-react-app

Hey team,

Thanks for making such an awesome product!

I've got what I hope is a simple one for you. After running create-ueno-app cra my-app
the build completes, but quickly crashes displaying the error:

Type error: Duplicate identifier 'LibraryManagedAttributes'.

The error appears to originate from within the React @types file.

I updated some version numbers in my package.json, deleted the lock file and
install the dependencies again which seems to have fixed the issue. Here are the updates
I made to my package.json file:

--- a/react-baked-image-test/package.json
+++ b/react-baked-image-test/package.json
@@ -4,8 +4,8 @@
   "private": true,
   "dependencies": {
     "@ueno/react-scripts": "1.1.20",
-    "react": "16.8.4",
-    "react-dom": "16.8.4",
+    "react": "16.10.1",
+    "react-dom": "16.10.1",
     "react-helmet": "5.2.0",
     "react-router-dom": "4.3.1",
     "gsap": "2.1.2",
@@ -15,8 +15,8 @@
   },
   "devDependencies": {
     "@types/node": "11.11.3",
-    "@types/react": "16.8.8",
-    "@types/react-dom": "16.8.2",
+    "@types/react": "16.10.1",
+    "@types/react-dom": "16.10.1",
     "@types/react-helmet": "5.0.8",
     "@types/react-router-dom": "4.3.1",
     "@ueno/stylelint-config": "1.1.2",
@@ -26,6 +26,9 @@
     "tslint-react": "3.6.0",
     "typescript": "3.3.3333"
   },
+  "resolutions": {
+    "@types/react": "16.8.8"
+  },
   "scripts": {
     "dev": "react-scripts start",
     "start": "react-scripts start",

Thanks team! Please let me know if there is anything I can do to help you further.
Happy bug squashing!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.