Giter Site home page Giter Site logo

meteor-reactjs-project's Introduction

README

This repository is a meteor port of the next action project, built to get around the communication issues that were present with the plain node version of the project.

How do I get set up?

Setting up the project is very simple. Meteor takes care of most required actions, so the only thing that needs to be done is to install meteor from the command line:

To use application, you need to

  1. Run chrome with disabled web security

on Mac

open -a Google\ Chrome --args --disable-web-security --user-data-dir
  1. Install ignore iframe header chrome extenstion

https://chrome.google.com/webstore/detail/ignore-x-frame-headers/gleekbfjekiniecknbkamfmkohkpodhe

Coding conventions

to get pretty print console.log: console.log JSON.stringify(objectname,null,2)

in order to see call stack visually: insert debugger in code, then run meteor debug

#!shell

curl https://install.meteor.com/ | sh

Once that is done, go into the project directory and run

#!shell

meteor

The project will now launch on port 3000, so navigate to localhost:3000 for use. use meteor debug to be able to set debugger breakpoints. but its kind of useless since you can look at the object variables, just tells you it exists and its an Object. meteor 2.1 seems to fix this.

#Dev Tips

#!shell


ps aux | grep -ie meteor | awk '{print "kill -9 " $2}'

workflow.json nodes.workflow_entries error

267(8)? (STDERR) throw(ex); W20170627-14:10:01.268(8)? (STDERR) ^ W20170627-14:10:01.268(8)? (STDERR) W20170627-14:10:01.269(8)? (STDERR) TypeError: Cannot read property 'setSource' of undefined W20170627-14:10:01.269(8)? (STDERR) at Graph.loadGraph (server/openb-workflow-engine/main.graph.coffee:266:9) W20170627-14:10:01.270(8)? (STDERR) at server/startup/workflow.load.coffee:56:26 W20170627-14:10:01.271(8)? (STDERR) at Function.time (/Users/hanselke/Dev/nextactionmeteor/.meteor/local/build/programs/server/profile.js:309:28) W20170627-14:10:01.272(8)? (STDERR) at /Users/hanselke/Dev/nextactionmeteor/.meteor/local/build/programs/server/boot.js:347:13 W20170627-14:10:01.273(8)? (STDERR) at /Users/hanselke/Dev/nextactionmeteor/.meteor/local/build/programs/server/boot.js:388:5 W20170627-14:10:01.274(8)? (STDERR) at Function.run (/Users/hanselke/Dev/nextactionmeteor/.meteor/local/build/programs/server/profile.js:510:12) W20170627-14:10:01.275(8)? (STDERR) at /Users/hanselke/Dev/nextactionmeteor/.meteor/local/build/programs/server/boot.js:386:11

use sublime excludes when finding in files

-node_modules/,-.meteor/,-.min.*

#Known bugs

Dont know how to deal with resetting angular application state, so when moving to actions from dashboard, have to do $window refresh. fixing it only with react rebuild

meteor-reactjs-project's People

Contributors

lingao90 avatar

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.