Giter Club home page Giter Club logo

reaxt-example's Introduction

Reaxt Example

Test it now (need npm and elixir):

git clone https://github.com/awetzel/reaxt-example
cd reaxt-example
mix deps.get
iex -S mix

Then :

  • go to http://localhost:8099 to see an example application,
  • you can test hot loading by changing a react template in web/components/xx, or the css in web/css/app.css.

reaxt-example's People

Contributors

awetzel avatar shakadak 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

Watchers

 avatar  avatar  avatar

Forkers

mdsmithson

reaxt-example's Issues

Not working with newest phoneix

** (Mix) Dependency specified in the wrong format:

{:poolboy, nil, [optional: false, hex: :poolboy]}

Expected:

{app, opts} | {app, requirement} | {app, requirement, opts}

Where:

app :: atom
requirement :: String.t | Regex.t
opts :: Keyword.t

Can not find reaxt npm

I tried to run iex, then fail according to this code in lib/tasks.ex. I have no idea where to get reaxt on npm.

installed_version = Poison.decode!(File.read!("web/node_modules/reaxt/package.json"))["version"]
current_version = Poison.decode!(File.read!("#{:code.priv_dir(:reaxt)}/commonjs_reaxt/package.json"))["version"]
      if  installed_version !== current_version, do:
        Mix.Task.run("npm.install", args)

What should I do to get this pass?

404 at /webpack

Not sure exactly what I'm supposed to be seeing at /webpack but I get the 'oops'. Is there something missing from the readme?

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.