GithubHelp home page GithubHelp logo

miguelramosfdz / mobx-react-form-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from foxhound87/mobx-react-form-demo

0.0 2.0 0.0 4.8 MB

Demo of MobX React Form

Home Page: https://foxhound87.github.io/mobx-react-form/demo.html

JavaScript 93.88% HTML 1.69% CSS 4.43%

mobx-react-form-demo's Introduction

MobX React Form Demo

Live Demo

https://foxhound87.github.io/mobx-react-form/demo.html

Quick Start

Run:

❯ npm install
❯ npm start

and go to http://localhost:8888.


Projects Linking

In order to link the demo code to the mobx-react-form repo, clone both the repos as follows:

❯ git clone -b master [email protected]:foxhound87/mobx-react-form.git mobx-react-form--master
❯ git clone -b master [email protected]:foxhound87/mobx-react-form-demo.git mobx-react-form-demo--master

then we have different directories for each branch like this:

  • mobx-react-form--master
  • mobx-react-form-demo--master

and now create a symlink respectively into both directories:

❯ ln -s ../mobx-react-form-demo--master ./mobx-react-form--master/demo
❯ ln -s ../mobx-react-form--master ./mobx-react-form-demo--master/master

Change the code into src/form/_.extend.js enabling the ../../master/src dir:

// import MobxReactForm from 'mobx-react-form'; // eslint-disable-line // <<< COMMENT
// import MobxReactForm from '../../master/lib'; // load from build
import MobxReactForm from '../../master/src'; // load from source // <<< DECOMMENT

then Run in both mobx-react-form and mobx-react-form-demo repos:

❯ npm install
❯ npm start

mobx-react-form-demo's People

Contributors

foxhound87 avatar fxfactorial avatar

Watchers

 avatar  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.