GithubHelp home page GithubHelp logo

fede-rodes / meteor-apollo-starter-kit Goto Github PK

View Code? Open in Web Editor NEW
97.0 8.0 14.0 2.8 MB

Meteor, Apollo, React, PWA, Styled-Components boilerplate

Home Page: https://meteor-apollo-starter.herokuapp.com/

HTML 3.16% JavaScript 88.30% CSS 8.54%
meteor apollo react meteor-accounts styled-components boilerplate pwa progressive-web-app graphql starter-kit starter-template storybook push-notifications

meteor-apollo-starter-kit's People

Contributors

bearcanrun avatar fede-rodes 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meteor-apollo-starter-kit's Issues

Don't publish sensitive info

Your api key are probably protected by source origin, but in general, you should never publish sensitive info like api keys. PR sent: #26

I've been away from meteor for about a year and just jumping back in to check it out again. While looking for boilerplates, stumbled across yours, so hope you don't mind my injection — I see this is a n exploration repo.

Differentiate between dumb and smart components

Create 2 new folders to split /components folder content as follows:

/imports/ui/dumb-components

  • alert
  • button
  • fieldset
  • form
  • input
  • label
  • loading
  • message
  • title
    -subtitle

/imports/ui/smart-components

  • auth
    -route-wrappers

styled components: clean theme usage

Remove collection2-core and simpl-schema from client bundle

simpl-schema-bundle
collection2-bundle

Is there a way to define collection2 as a server-side only package? I've tried adding a copy of collection2-core into packages folder in my root app and changing the api.export directive to api.export('Collection2', ['server']); but the package is still showing in my client bundle. I guess it's tightly coupled with Minimongo?

storybook not working

Hello,

after a fresh clone I get a

Failed to build the storybook
ERR! ./imports/ui/components/dumb/message/index.js
ERR! Module build failed: SyntaxError: Unexpected token (24:34)
ERR!
ERR!   22 | // COMPONENT:
ERR!   23 | //------------------------------------------------------------------------------
ERR! > 24 | const Message = ({ type, content, ...rest }) => (
ERR!      |                                   ^
ERR!   25 |   content ? <Div type={type} {...rest}>{content}</Div> : null
ERR!   26 | );
ERR!   27 |
ERR!
ERR! BabelLoaderError: SyntaxError: Unexpected token (24:34)
ERR!
ERR!   22 | // COMPONENT:
ERR!   23 | //------------------------------------------------------------------------------
ERR! > 24 | const Message = ({ type, content, ...rest }) => (
ERR!      |                                   ^
ERR!   25 |   content ? <Div type={type} {...rest}>{content}</Div> : null
ERR!   26 | );
ERR!   27 |

I am guessing that this is a babel problem, is this working for you ?

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please click the 'fix repo' button on account.greenkeeper.io.

Uncaught (in promise) DOMException: Quota exceeded. sw.js:1

application errors

While processing files with static-html (for target web.browser):
localhost_2017-12-29_16-09-47.report.html:6: Can't set DOCTYPE here. (Meteor sets

for you)

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.