Code Monkey home page Code Monkey logo

jsonforms's Introduction

JSONForms - More Forms. Less Code

Complex Forms in the blink of an eye

Getting started

  1. Clone the seed app with git clone https://github.com/eclipsesource/jsonforms-react-seed.git
  2. Install dependencies with npm install
  3. Run the app with npm run start

For more info about the seed app, please see the corresponding README file of the seed repo. For a more detailed tutorial about the usage of JSON Forms, please see this tutorial.

Developers Documentation

First time setup

  • Install node.js(version > 4.x.x)
  • Clone this repository
  • Install dependencies: npm install
  • Hook up dependencies between packages: lerna bootstrap --hoist
    or npx lerna bootstrap --hoist (if npm >= 5.2.0 and don't want to globally install lerna)

Build & Testing

  • Build (all packages): lerna run build
  • Test (all packages): lerna run test
  • Clean (delete dist folder of all packages): lerna run clean
  • Run vanilla examples: cd packages/vanilla && npm run dev
  • Run material examples: cd packages/material && npm run dev

Continuous Integration

The JSONForms project is build and tested via Travis. Coverage is documented by Coveralls.

Current status: Build Status Coverage Status

License

The JSONForms project is licensed under the MIT License. See the LICENSE file for more information.

Migration

If you are already using JSONForms 1, check our migration guide.

jsonforms's People

Contributors

edgarmueller avatar eneufeld avatar lucas-koehler avatar sdirix avatar koegel avatar samtsai avatar ahmetanakol avatar ga97waqz avatar

Watchers

Hari Prasad 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.