Giter Site home page Giter Site logo

docket-ui's Introduction

docket-ui

This is the React UI for the court-scraper docket tool. This docket-ui package is included as a dependency in the docket package, and all frontend stuff is delegated to the dist/bundle.js file that this package compiles.

This package doesn't include any backend at all. This makes it somewhat complicated to develop with! Here's how you get it up and running:

  1. Clone the docket package somewhere onto your computer and follow the install instructions.
  2. Clone this docket-ui package onto your computer and run npm install in the folder.
  3. In a terminal session, cd into the docket repo and run npm run start. This will get the backend running.
  4. In a separate terminal session, cd into the docket-ui repo and run npm run test:server. This will get the frontend running.

If everything goes well, the backend will be running at http://localhost:3000/ and the frontend will be running at http://localhost:3001/. Your frontend will talk to the server on port 3000, but will reflect the code you've changed in your working directory. You may need to run npm run build to update your dist/bundle.js with changes.

docket-ui's People

Contributors

elsoybean avatar violetcereza avatar

Stargazers

 avatar

Watchers

 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.