GithubHelp home page GithubHelp logo

bookwerx-ui's Introduction

Build Status Coverage Status Known Vulnerabilities

MIT license Dependency Status devDependency Status

Welcome to bookwerx-ui

The purpose of bookwerx-ui is to provide an example user interface to the bookwerx-core bookkeeping engine.

Getting Started

$ npm install
$ npm test
$ npm start

Note: Be sure to quote the glob pattern in npm commands or you may have unpleasant surprises re: which files and directories it finds. In particularly, globstar (**) is a problem.

Dependencies

bookwerx-ui uses React for the UI and routing and hence requires:

  • react
  • react-dom
  • react-router-dom

bookwerx-ui also uses:

  • bulma - For styling.
  • react-select - Where the UI uses select controls, this is useful.

devDependencies

bookwerx-ui uses webpack and the weback development server. We also use some twisted to hack to prevent CSS from getting transpiled. That's a big does-not-compute so we don't want that.

  • require-hacker
  • webpack
  • webpack-dev-server

bookwerx-ui uses ES2015 source code as well as a few additional fancy language features. We have chosen babel for our transpiling needs. This gives rise to the need to use:

  • babel-core
  • babel-loader - Webpack needs this to connect to babel.
  • babel-preset-es2015 - Need this generally for ES2015 syntax.
  • babel-preset-react - Need this in order to use JSX syntax.

Because we load some css we need:

  • css-loader
  • style-loader

For testing we use Ava, Enzyme, and Nyc. I recently had a problem with ajv being missing. So I therefore needed to add it. As per the enzyme docs, if we use React >=15.5 then I must also use react-test-renderer:

  • ajv
  • ava
  • enzyme
  • nyc
  • react-test-renderer

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.